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

Entity::getMatrix

Материал из RAGE MP Wiki Archive
Версия от 18:10, 1 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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