Entity::setCoords2

From RAGE Multiplayer Wiki
Revision as of 18:00, 1 May 2024 by Shr0x (talk | contribs) (→‎See also)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

does the same as SET_ENTITY_COORDS.

Console Hash: 0x749B282E

Syntax

entity.setCoords2(xPos, yPos, zPos, xAxis, yAxis, zAxis, clearArea);

Required Arguments

  • xPos: float
  • yPos: float
  • zPos: float
  • xAxis: float
  • yAxis: float
  • zAxis: float
  • clearArea: Boolean

Return value

  • Undefined

Example

// todo

See also