EnumDestructablesInRectAll

Parameters
r rect
actionFunc code
return type
nothing
Source code
function EnumDestructablesInRectAll takes rect r, code actionFunc returns nothing
    call EnumDestructablesInRect(r, null, actionFunc)
endfunction
Source
Blizzard.j
wc3modding.com
EnumDestructablesInRectAll