JASS Tools |
|
Global Variables | Functions That Return | Functions That Take
|
Global variables of type terraindeformation:
|
Functions that return type terraindeformation (   common.j,   common.ai,   Blizzard.j):
function GetLastCreatedTerrainDeformation () returns terraindeformation |
function TerrainDeformationCraterBJ (real duration, boolean permanent, location where, real radius, real depth) returns terraindeformation |
function TerrainDeformationRandomBJ (real duration, location where, real radius, real minDelta, real maxDelta, real updateInterval) returns terraindeformation |
function TerrainDeformationRippleBJ (real duration, boolean limitNeg, location where, real startRadius, real endRadius, real depth, real wavePeriod, real waveWidth) returns terraindeformation |
function TerrainDeformationWaveBJ (real duration, location source, location target, real radius, real depth, real trailDelay) returns terraindeformation |
native TerrainDeformCrater (real x, real y, real radius, real depth, integer duration, boolean permanent) returns terraindeformation |
native TerrainDeformRandom (real x, real y, real radius, real minDelta, real maxDelta, integer duration, integer updateInterval) returns terraindeformation |
native TerrainDeformRipple (real x, real y, real radius, real depth, integer duration, integer count, real spaceWaves, real timeWaves, real radiusStartPct, boolean limitNeg) returns terraindeformation |
native TerrainDeformWave (real x, real y, real dirX, real dirY, real distance, real speed, real radius, real depth, integer trailTime, integer count) returns terraindeformation |
Functions that take type terraindeformation as a parameter (   common.j,   common.ai,   Blizzard.j):
function TerrainDeformationStopBJ (terraindeformation deformation, real duration) returns nothing |
native TerrainDeformStop (terraindeformation deformation, integer duration) returns nothing |
Copyright (c) 2003 Jeff Pang Not affiliated or endorsed by Blizzard Entertainment |