Entity::setQuaternion

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.setQuaternion(x, y, z, w);

Required Arguments

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

Return value

  • Undefined

Example

// todo

See also