Squirrel/Server/Functions/Players/SetAnim

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Player.SetAnim}} This function sets players animation. == Syntax == <code>bool player.SetAnim( int anim</code> == Arguments == * '''anim''' - The ID of the a…')
 
Line 4: Line 4:
 
== Syntax ==
 
== Syntax ==
  
<code>bool player.SetAnim( int anim</code>
+
<code>bool player.SetAnim( int anim )</code>
  
 
== Arguments ==
 
== Arguments ==

Revision as of 12:15, 15 October 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This function sets players animation.

Syntax

  1. bool player.SetAnim( int anim )

Arguments

  • anim - The ID of the animation to play

Example

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o

Explanation for the example

  1.  
  2. -- todo
  3.  

Notes

-- List of used functions and other notes here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox