Entity::hasAnimFinished: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
P3 is always 3 as far as i cant tell<br><br>Animations List : www.ls-multiplayer.com/dev/index.php?section=3
P3 is always 3
==Syntax==
==Syntax==
<syntaxhighlight lang="javascript">entity.hasAnimFinished(animDict, animName, p3);</syntaxhighlight>
<syntaxhighlight lang="javascript">entity.hasAnimFinished(animDict, animName, p3);</syntaxhighlight>
Line 13: Line 13:
</syntaxhighlight>
</syntaxhighlight>
==See also==
==See also==
{{Entity_function_c}}
{{Entity_definition_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]
[[Category:TODO: Example]]
[[Category:TODO: Example]]

Latest revision as of 17:55, 1 May 2024

P3 is always 3

Syntax

entity.hasAnimFinished(animDict, animName, p3);

Required Arguments

  • animDict: String
  • animName: String
  • p3: int

Return value

  • Boolean

Example

// todo

See also