Entity::setCoords2
does the same as SET_ENTITY_COORDS.
Console Hash: 0x749B282E
Syntax
```js 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
```js // todo ```