TerrainDeformationRandomBJ
- Parameters
-
duration real
where location
radius real
minDelta real
maxDelta real
updateInterval real
- comment
- patch
-
1.07
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
terraindeformation
- Source code
-
function TerrainDeformationRandomBJ takes real duration, location where, real radius, real minDelta, real maxDelta, real updateInterval returns terraindeformation set bj_lastCreatedTerrainDeformation = TerrainDeformRandom(GetLocationX(where), GetLocationY(where), radius, minDelta, maxDelta, R2I(duration * 1000), R2I(updateInterval * 1000)) return bj_lastCreatedTerrainDeformation endfunction