IsPlayerRespawning
Внешний вид
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>