TerrainHeight# ( terrain,grid_x,grid_z )  

Parameters:

terrain - terrain handle
grid_x - grid x coordinate of terrain
grid_z - grid z coordinate of terrain

Description:

Returns the height of the terrain at terrain grid coordinates x,z. The value returned is in the range 0 to 1.

See also: TerrainY.

Example:

None.

Index