Entity::setCoords2: Difference between revisions

From RAGE Multiplayer Wiki
(yay)
 
No edit summary
Line 6: Line 6:
*'''yPos:''' float
*'''yPos:''' float
*'''zPos:''' float
*'''zPos:''' float
*'''xAxis:''' Boolean
*'''xAxis:''' float
*'''yAxis:''' Boolean
*'''yAxis:''' float
*'''zAxis:''' Boolean
*'''zAxis:''' float
*'''clearArea:''' Boolean
*'''clearArea:''' Boolean
===Return value===
===Return value===

Revision as of 15:40, 8 December 2017

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