TerrainDeformWave
- Parameters
-
x real
y real
dirX real
dirY real
distance real
speed real
radius real
depth real
trailTime integer
count integer
- comment
- note
Permanent terrain deformations are not present in saved game files.
- return type
terraindeformation
- Source code
native TerrainDeformWave takes real x, real y, real dirX, real dirY, real distance, real speed, real radius, real depth, integer trailTime, integer count returns terraindeformation
- Source
- common.j
- wc3modding.com
- TerrainDeformWave