Index

:!: Available in version 1.3 and later.

GetExactTerrainAndNormal

GetExactTerrainAndNormal(<-posX <-posZ <-includePseudoTerrain) ->exactTerrainHeight ->terrainNormal

Description

Does the same as GetExactTerrain except it also returns the terrain normal at the specificed location. The terrain normal is a V3.

Examples

GetExactTerrainAndNormal(42.5 23.5 false) ->exactTerrainHeight ->terrainNormal

Index