BBMOD_Terrain.get_height_index

A function defined in BBMOD_Terrain.gml

get_height_index(_i, _j)

Description

Retrieves terrain's height at given index.

Arguments

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.

Returns

Real The terrain's height at given index.

Do you find this page helpful?

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