GetDestructableLoc

Parameters
whichDestructable destructable
comment

Returns a new location of destructable's position.

return type
location
Source code
function GetDestructableLoc takes destructable whichDestructable returns location
    return Location(GetDestructableX(whichDestructable), GetDestructableY(whichDestructable))
endfunction
Source
Blizzard.j
wc3modding.com
GetDestructableLoc