IsPlayerConnected
Внешний вид
Returns if the player is connected.
bool NAPI.Player.IsPlayerConnected(Player player);
Parameters
- player: parameter input should be in Player type
Example
<syntaxhighlight lang="csharp"> NAPI.Player.IsPlayerConnected(player); </syntaxhighlight>