BBMOD_Terrain.in_bounds

A function defined in BBMOD_Terrain.gml

in_bounds(_x, _y)

Description

Checks whether the coordinate is within the terrain's bounds.

Arguments

Name Type Description
_x Real The x coordinate to check.
_y Real The y coordinate to check.

Returns

Bool Returns true if the coordinate is within the terrain's bounds.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.