Entity::stopSynchronizedAnim: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
 
Line 12: Line 12:
</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:57, 1 May 2024

p1 sync task id?

Syntax

entity.stopSynchronizedAnim(p1, p2);

Required Arguments

  • p1: float
  • p2: Boolean

Return value

  • Boolean

Example

// todo

See also