Property FatalInjuryHealthThreshold
FatalInjuryHealthThreshold
Gets or sets the fatal injury health threshold for this Ped. The pedestrian health will be set to 0.0 when it drops below this value.
Declaration
public float FatalInjuryHealthThreshold { get; set; }
Property Value
Type | Description |
---|---|
System.Single | The fatal injury health threshold. Should be below MaxHealth. |
Remarks
Note on player controlled pedestrians: One of the game scripts will consider the player wasted when their health drops below InjuryHealthThreshold, regardless of this setting.