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