StopPlayerAnimation
Stops the animation of the player.
C# Syntax
void NAPI.Player.StopPlayerAnimation(Player player);
Parameters
- player: parameter input should be in Player type
Example
NAPI.Player.StopPlayerAnimation(player);
Stops the animation of the player.
void NAPI.Player.StopPlayerAnimation(Player player);
NAPI.Player.StopPlayerAnimation(player);