SetTerrainTypeBJ

Parameters
where location
terrainType integer
variation integer
area integer
shape integer
comment
patch

1.18a

Source
Blizzard.j
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