SaveBooleanExprHandleBJ

Parameters
whichBoolexpr boolexpr
key integer
missionKey integer
table hashtable
return type
boolean
Source code
function SaveBooleanExprHandleBJ takes boolexpr whichBoolexpr, integer key, integer missionKey, hashtable table returns boolean
    return SaveBooleanExprHandle(table, missionKey, key, whichBoolexpr)
endfunction
Source
Blizzard.j
wc3modding.com
SaveBooleanExprHandleBJ