• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!

[Solved] Does item group leak?

Status
Not open for further replies.
Level 3
Joined
Jan 31, 2012
Messages
42
I'll explain.
JASS:
//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 )
As you can see, there is really nothing leaking.
 
Status
Not open for further replies.
Top