GameEntity::setCoords

From RAGE Multiplayer Wiki

Client-Side
Function

 JavaScript



JavaScript Syntax


Required Params

  • entity: number
  • xPos: number
  • yPos: number
  • zPos: number
  • xAxis: boolean
  • yAxis: boolean
  • zAxis: boolean
  • clearArea: boolean

Return value

  • void

Syntax

mp.game.entity.setCoords(entity, xPos, yPos, zPos, xAxis, yAxis, zAxis, clearArea)

Example

//todo


See also