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

Entity::setCoords2

Материал из RAGE MP Wiki Archive
Версия от 18:00, 1 мая 2024; imported>Shr0x (See also)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)

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