Worldprobe::startShapeTestBox
Syntax
```js mp.game.worldprobe.startShapeTestBox(x, y, z, sizeX, sizeY, sizeZ, rotationX, rotationY, rotationZ, rotationOrder, flags, entity, p12); ```
Required Arguments
- x: float
- y: float
- z: float
- sizeX: float
- sizeY: float
- sizeZ: float
- rotationX: float
- rotationY: float
- rotationZ: float
- rotationOrder: int
- flags: int
- ignoreEntity: int (Entity handle)
- p12: int
Return value
- int
Example
```js // todo ```