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

Entity::setQuaternion

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

w is the correct parameter name!

Syntax

<syntaxhighlight lang="javascript">entity.setQuaternion(x, y, z, w);</syntaxhighlight>

Required Arguments

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

Return value

  • Undefined

Example

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

See also