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