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