Entity::setQuaternion

From RAGE Multiplayer Wiki
Revision as of 18:01, 1 May 2024 by Shr0x (talk | contribs) (→‎See also)
(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