LoadBooleanExprHandleBJ

Parameters
key integer
missionKey integer
table hashtable
return type
boolexpr
Source code
function LoadBooleanExprHandleBJ takes integer key, integer missionKey, hashtable table returns boolexpr
    return LoadBooleanExprHandle(table, missionKey, key)
endfunction
Source
Blizzard.j
wc3modding.com
LoadBooleanExprHandleBJ