Player::stopAnimation

From RAGE Multiplayer Wiki
Revision as of 12:08, 26 October 2018 by Rootcause (talk | contribs) (Replaced HTML with template)

This method stops animation of the player

Parameters

None

Syntax

Server-Side
player.stopAnimation()

Example

Server-Side
// todo

See Also