Entity::getQuaternion: Difference between revisions

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

w is the correct parameter name!

Syntax

entity.getQuaternion(x, y, z, w);

Required Arguments

  • x: float
  • y: float
  • z: float
  • w: float

Return value

  • object: x, y, z, w

Example

// todo

See also