[This is preliminary documentation and is subject to change.]
Note: This API is now obsolete.
Sets a value indicating whether this instance is invincible.
Namespace: Rage
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
[ObsoleteAttribute("Use IsInvincible instead. This property will be removed in an update.", true)] public bool Invincible { set; }
Property Value
Type: Booleantrue if this instance is invincible; otherwise, false.
See Also