LoadItemHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
item
Source code
function LoadItemHandleBJ takes integer key, integer missionKey, hashtable table returns item
    return LoadItemHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadItemHandleBJ