Перейти к содержанию

IsPlayerRespawning

Материал из RAGE MP Wiki Archive

Returns if the player is respawning.


bool NAPI.Player.IsPlayerRespawning(Player player);

Parameters

  • player: parameter input should be in Player type

Example

<syntaxhighlight lang="csharp"> NAPI.Player.IsPlayerRespawning(player); </syntaxhighlight>