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