LoadItemPoolHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
itempool
Source code
function LoadItemPoolHandleBJ takes integer key, integer missionKey, hashtable table returns itempool
    return LoadItemPoolHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadItemPoolHandleBJ