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