Перейти к содержанию

Entity::setCoords2

Материал из RAGE MP Wiki Archive

does the same as SET_ENTITY_COORDS.

Console Hash: 0x749B282E

Syntax

<syntaxhighlight lang="javascript">entity.setCoords2(xPos, yPos, zPos, xAxis, yAxis, zAxis, clearArea);</syntaxhighlight>

Required Arguments

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

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also