Player::stopAnimation: Difference between revisions

From RAGE Multiplayer Wiki
(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...")
 
m (Replaced HTML with template)
Line 4: Line 4:


==Syntax==
==Syntax==
<div class="header" style="background-color: #408DAE; color: #FFFFFF; border: 2px solid #408DAE;">
{{ServersideCode|
<div style="margin: 10px 10px 10px 10px;"><b>Server-Side</b></div>
<pre>
<syntaxhighlight lang="javascript">
player.stopAnimation()
player.stopAnimation()
</syntaxhighlight>
</pre>
</div>
}}


==Example==
==Example==
<syntaxhighlight lang="javascript">
{{ServersideCode|
<pre>
// todo
// todo
</syntaxhighlight>
</pre>
}}


==See Also==
==See Also==
{{Player_block}}
{{Player_block}}
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Revision as of 12:08, 26 October 2018

This method stops animation of the player

Parameters

None

Syntax

Server-Side
player.stopAnimation()

Example

Server-Side
// todo

See Also