Entity::getQuaternion

From RAGE Multiplayer Wiki
Revision as of 23:42, 6 May 2017 by Marty uploader (talk | contribs) (yay)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

w is the correct parameter name!

Syntax

entity.getQuaternion(x, y, z, w);

Required Arguments

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

Return value

  • object: x, y, z, w

Example

// todo

See also