SetTerrainTypeBJ
- Parameters
where locationterrainType integervariation integerarea integershape integer- comment
- patch
1.18a
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- 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