LoadDefeatConditionHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
defeatcondition
Source code
function LoadDefeatConditionHandleBJ takes integer key, integer missionKey, hashtable table returns defeatcondition
    return LoadDefeatConditionHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadDefeatConditionHandleBJ