⇐ Index
SetTerrain(<-cellX <-cellZ <-terrainHeight)
Sets the integer height of the terrain at the specified integer map coordinates. A value of 0 means “void” or no terrain. A value less than 0 or greater than Max Height (20) will do nothing. Changing the terrain will cause the terrain to redraw and nearby units to recalculate line of sight and other data.
SetTerrain(42 23 5)
⇐ Index