• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

[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