LoadUnitPoolHandleBJ

Parameters
key integer
missionKey integer
table hashtable
comment
patch

1.24a

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