Entity::getMatrix: 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:10, 1 May 2024

Syntax

entity.getMatrix(rightVector, forwardVector, upVector, position);

Required Arguments

  • rightVector: Vector3
  • forwardVector: Vector3
  • upVector: Vector3
  • position: Vector3

Return value

  • object: rightVector, forwardVector, upVector, position

Example

// todo

See also