bz_isWithinWorldBoundaries()
Available since 2.4.20
Check to see whether a specific point is inside the world's boundaries.
Usage
bool bz_isWithinWorldBoundaries(float pos[3])
Parameters | ||
---|---|---|
float |
pos[3]
|
The pointer to the position (X, Y, and Z) to check. |
Returns
bool - True when the given position is within the world boundaries.
Other Spawn Management Functions
This content is maintained on GitHub. We welcome any feedback and improvements!