IsPlayerReloading
Returns if the player is reloading.
C# Syntax
bool NAPI.Player.IsPlayerReloading(Client player);
Parameters
- player: parameter input should be in Client type
Example
NAPI.Player.IsPlayerReloading(player);
Returns if the player is reloading.
bool NAPI.Player.IsPlayerReloading(Client player);
NAPI.Player.IsPlayerReloading(player);