PedFatalInjuryHealthThreshold Property

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Gets or sets the fatal injury health threshold for this ped. A ped is considered dead when its health drops below this value.

Namespace:  Rage
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

public float FatalInjuryHealthThreshold { get; set; }

Property Value

Type: Single
The fatal injury health threshold. Should be below MaxHealth.
Remarks

Note on player controlled peds: One of the game scripts will kill the player when their health drops below 100, regardless of this setting.
See Also

Reference