GetDestructableLoc

Parameters
whichDestructable destructable
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