Entity::hasAnimFinished: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
 
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