StopPlayerAnimation

From RAGE Multiplayer Wiki
Revision as of 14:37, 12 December 2019 by Bonus (talk | contribs) (Created page with "Stops the animation of the player. {{CSharpContainer| {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}Player.StopPlayerAnimation(Client player);}} {{Parameters}} *''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Stops the animation of the player.


C# Syntax

void NAPI.Player.StopPlayerAnimation(Client player);

Parameters

  • player: parameter input should be in Client type

Example

NAPI.Player.StopPlayerAnimation(player);