//Blizzard.j:
function EnumItemsInRectBJ takes rect r, code actionFunc returns nothing
call EnumItemsInRect(r, null, actionFunc)
endfunction
//war3map.j:
call EnumItemsInRectBJ( GetPlayableMapRect(), function Trig___________________________u_Func001A )