Entity::setAnimCurrentTime: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
Line 1: Line 1:
Animations List : www.ls-multiplayer.com/dev/index.php?section=3
 
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">entity.setAnimCurrentTime(animDictionary, animName, time);</syntaxhighlight>
<syntaxhighlight lang="javascript">entity.setAnimCurrentTime(animDictionary, animName, time);</syntaxhighlight>

Revision as of 16:18, 4 January 2018

Syntax

entity.setAnimCurrentTime(animDictionary, animName, time);

Required Arguments

  • animDictionary: String
  • animName: String
  • time: float

Return value

  • Undefined

Example

// todo

See also