SetTerrainTypeBJ

Parameters
where location
terrainType integer
variation integer
area integer
shape integer
return type
nothing
Source code
function SetTerrainTypeBJ takes location where, integer terrainType, integer variation, integer area, integer shape returns nothing
    call SetTerrainType(GetLocationX(where), GetLocationY(where), terrainType, variation, area, shape)
endfunction
Source
Blizzard.j
wc3modding.com
SetTerrainTypeBJ