Player::stopAnimation

From RAGE Multiplayer Wiki
Revision as of 12:16, 17 September 2017 by CocaColaBear (talk | contribs) (Created page with "This method stops animation of the player ==Parameters== None ==Syntax== <div class="header" style="background-color: #408DAE; color: #FFFFFF; border: 2px solid #408DAE;"> <d...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This method stops animation of the player

Parameters

None

Syntax

Server-Side
player.stopAnimation()

Example

// todo

See Also