PedIsFatallyInjured Property

RAGE Plugin Hook Documentation

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

Note: This API is now obsolete.

Gets a value indicating whether this ped's health is below its fatally injured threshold.

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

[ObsoleteAttribute("Use IsDead instead. This property will be removed in a later update.", 
	true)]
public bool IsFatallyInjured { get; }

Property Value

Type: Boolean
true if this ped is fatally injured; otherwise, false.
See Also

Reference