VRC_DestructibleStandard

🚧

Deprecated

This 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.

ParameterDescription
Max HealthThe maximum amount of health this object can have
Current HealthThe start health the object will have
Is HealableShould this object be able to get health back
On Damaged TriggerA Custom trigger that is triggered when the object takes damage
On Destructed TriggerA Custom trigger that is triggered when the object takes gets 0 health
On Healed TriggerA Custom trigger that is triggered when the object receives healing
On Full Healed TriggerA Custom trigger that is triggered when the object gets full health after taking damage