LoadGroupHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
group
Source code
function LoadGroupHandleBJ takes integer key, integer missionKey, hashtable table returns group
    return LoadGroupHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadGroupHandleBJ