class
CommonData
public class CommonData Properties
| Name | Type | Description |
|---|---|---|
Health | Single | If the prop is destructable this is its start health |
Flammable | Boolean | Should this prop explode when destroyed? If so, this is the radius of the damage from it. |
Explosive | Boolean | Should this prop explode when destroyed? If so, this is the radius of the damage from it. |
ExplosionRadius | Single | Should this prop explode when destroyed? If so, this is the radius of the damage from it. |
ExplosionDamage | Single | Should this prop explode when destroyed? If so, this is the radius of the damage from it. |
ExplosionForce | Single | Should this prop explode when destroyed? If so, this is the physics push force from it. |
MinImpactDamageSpeed | Single | Minimum impact damage speed to break this object. |
ImpactDamage | Single | The amount of damage this deals to other objects when it collides at high speed. If set to -1, this will be calculated from the mass of the rigidbody. |