LoadUnitPoolHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
unitpool
Source code
function LoadUnitPoolHandleBJ takes integer key, integer missionKey, hashtable table returns unitpool
    return LoadUnitPoolHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadUnitPoolHandleBJ