LoadGroupHandleBJ

Parameters
keyinteger
missionKeyinteger
tablehashtable
comment
patch

1.24a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
group
Source code
function LoadGroupHandleBJ takes integer key, integer missionKey, hashtable table returns group
    return LoadGroupHandle(table, missionKey, key)
endfunction