VRC_DestructibleStandard
DeprecatedThis component is deprecated. It is not available in the latest VRChat SDK, and is either non-functional, or will no longer receive updates. It may be removed at a later date.
VRC_DestructibleStandard is used for creating objects that have health and can be destroyed.
Use AddHealth and AddDamage trigger actions to interact with this component.
| Parameter | Description |
|---|---|
| Max Health | The maximum amount of health this object can have |
| Current Health | The start health the object will have |
| Is Healable | Should this object be able to get health back |
| On Damaged Trigger | A Custom trigger that is triggered when the object takes damage |
| On Destructed Trigger | A Custom trigger that is triggered when the object takes gets 0 health |
| On Healed Trigger | A Custom trigger that is triggered when the object receives healing |
| On Full Healed Trigger | A Custom trigger that is triggered when the object gets full health after taking damage |
