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