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