TerrainDeformRandom
- Parameters
-
x real
y real
radius real
minDelta real
maxDelta real
duration integer
The duration in milliseconds.
updateInterval integer
- note
Permanent terrain deformations are not present in saved game files.
- return type
terraindeformation
- Source code
native TerrainDeformRandom takes real x, real y, real radius, real minDelta, real maxDelta, integer duration, integer updateInterval returns terraindeformation
- Source
- effects.j
- wc3modding.com
- TerrainDeformRandom