LoadGroupHandleBJ
- Parameters
-
key integer
missionKey integer
table hashtable
- comment
- patch
1.24a
- Source
- Blizzard.j
- return type
group
- Source code
function LoadGroupHandleBJ takes integer key, integer missionKey, hashtable table returns group return LoadGroupHandle(table, missionKey, key) endfunction