• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

[JASS] DestroyWall ?

Status
Not open for further replies.
Level 9
Joined
Jul 24, 2007
Messages
308
There is a function named DestroyWall , it destroys a destructible, but the question is what type of location it uses??
like i saw this
JASS:
call DestroyWall(udg_integer[1],udg_integer[2]-1,udg_integer[3],udg_integer[4],udg_minX,udg_minY)

who can explain that point? cuz i dont get it -.-
i want to move a unit to that point
 
Last edited:
Status
Not open for further replies.
Top