⇐ Index
Available in version 1.3 and later.
GetExactTerrainAndNormal(<-posX <-posZ <-includePseudoTerrain) ->exactTerrainHeight ->terrainNormal
Does the same as GetExactTerrain except it also returns the terrain normal at the specificed location. The terrain normal is a V3.
GetExactTerrainAndNormal(42.5 23.5 false) ->exactTerrainHeight ->terrainNormal
⇐ Index