Entity::setCoords2

From RAGE Multiplayer Wiki
Revision as of 15:40, 8 December 2017 by Muffin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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