The search keyword must be a single word (no spaces).

Function EnumItemsInRectBJ

Line
3224
Location
blizzard.j
Constant?
no
Type
function
Arguments
rect r, code actionFunc
Returns
nothing
3224
function EnumItemsInRectBJ takes rect r, code actionFunc returns nothing
3225
    call EnumItemsInRect(r, null, actionFunc)
3226
endfunction