Перейти к содержанию

Entity::getMatrix

Материал из RAGE MP Wiki Archive

Syntax

<syntaxhighlight lang="javascript">entity.getMatrix(rightVector, forwardVector, upVector, position);</syntaxhighlight>

Required Arguments

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

Return value

  • object: rightVector, forwardVector, upVector, position

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also