A function defined in BBMOD_Terrain.gml
get_height_index(_i, _j)
Retrieves terrain's height at given index.
Name | Type | Description |
---|---|---|
_i | Real |
The X coordinate in the terrain's height grid. |
_j | Real |
The Y coordinate in the terrain's height grid. |
Real
The terrain's height at given index.
Copyright © 2024, BlueBurn. Built on September 07, 2024 using GMDoc.