Advertising
advertising
related pastes to tag 'wc3'
- 935565 - Basic Terrain Manipulation warcraft wc3 jass terrain deform manipulation deformation
- preview unavailable
- 934975 - Basic Terrain Manipulation: warcraft wc3 jass terrain deform manipulation deformation
-
- function raisePoint takes real x, real y returns nothing
- set x = x - ModuloReal(x, 128)
- set y = y - ModuloReal(y, 128)
- call TerrainDeformCrater( x, y, 64.0, -256.0, 1, true)
- endfunction
- function createWall takes real x1, real x2, real y1, real y2 returns nothing
- local real xInc
- 683118 - Caster System functions and cons: wc3 jass
-
- //Constants
- udg_casters
- udg_castervars
- udg_cscache
- udg_currentabi
- udg_currentcaster
- udg_currenthurter