LoadBooleanBJ

Parameters
key integer
missionKey integer
table hashtable
comment
patch

1.24a

Source
Blizzard.j
return type
boolean
Source code
function LoadBooleanBJ takes integer key, integer missionKey, hashtable table returns boolean
    //call SyncStoredBoolean(table, missionKey, key)
    return LoadBoolean(table, missionKey, key)
endfunction