StopPlayerAnimation
Внешний вид
Stops the animation of the player.
void NAPI.Player.StopPlayerAnimation(Player player);
Parameters
- player: parameter input should be in Player type
Example
<syntaxhighlight lang="csharp"> NAPI.Player.StopPlayerAnimation(player); </syntaxhighlight>