Interior::areCoordsCollidingWithExterior
Returns true if the coords are colliding with the outdoors, and false if they collide with an interior.
Syntax
```js mp.game.interior.areCoordsCollidingWithExterior(x, y, z); ```
Required Arguments
- x: float
- y: float
- z: float
Return value
- Boolean
Example
```js // todo ```