GameDisableAutomaticRespawn Property

RAGE Plugin Hook Documentation

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

Gets or sets a value indicating whether automatic respawns are disabled, allowing plugins to implement custom respawn systems.

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

public static bool DisableAutomaticRespawn { get; set; }

Property Value

Type: Boolean
true if automatic respawns are disabled. otherwise, false. Respawns the player if set to false and the player is dead.
See Also

Reference