[This is preliminary documentation and is subject to change.]
Gets a value indicating whether this player is dead.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public bool IsDead { get; }
Public ReadOnly Property IsDead As Boolean
Get
public:
property bool IsDead {
bool get ();
}
Property Value
Type:
BooleanWhether this player is dead.
Reference