GetDestructableLoc
- Parameters
-
whichDestructable destructable
- comment
-
Returns a new location of destructable's position.
- patch
-
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- return type
-
location
- Source code
-
function GetDestructableLoc takes destructable whichDestructable returns location return Location(GetDestructableX(whichDestructable), GetDestructableY(whichDestructable)) endfunction