StopPlayerAnimation

From RAGE Multiplayer Wiki

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);