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

Entity::getQuaternion

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

w is the correct parameter name!

Syntax

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

Required Arguments

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

Return value

  • object: x, y, z, w

Example

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

See also