SaveBooleanBJ

Parameters
valueboolean
keyinteger
missionKeyinteger
tablehashtable
comment
patch

1.24a

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
nothing
Source code
function SaveBooleanBJ takes boolean value, integer key, integer missionKey, hashtable table returns nothing
    call SaveBoolean(table, missionKey, key, value)
endfunction