Entity::playSynchronizedAnim: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
 
Line 18: Line 18:
</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 18:06, 1 May 2024

p4 and p7 are usually 1000.0f.

Syntax

entity.playSynchronizedAnim(syncedScene, animation, propName, p4, p5, p6, p7);

Required Arguments

  • syncedScene: int
  • animName: String
  • animDict: String
  • p4: float
  • p5: float
  • p6: unknown (to be checked)
  • p7: float

Return value

  • Boolean

Example

// todo

See also