A function defined in BBMOD_Terrain.gml
in_bounds(_x, _y)
Checks whether the coordinate is within the terrain's bounds.
Name | Type | Description |
---|---|---|
_x | Real |
The x coordinate to check. |
_y | Real |
The y coordinate to check. |
Bool
Returns true
if the coordinate is within the terrain's bounds.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.