EnumItemsInRectBJ

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