The search keyword must be a single word (no spaces).

Function StoreBooleanBJ

Line
7363
Location
blizzard.j
Constant?
no
Type
function
Arguments
boolean value, string key, string missionKey, gamecache cache
Returns
nothing
7363
function StoreBooleanBJ takes boolean value, string key, string missionKey, gamecache cache returns nothing
7364
    call StoreBoolean(cache, missionKey, key, value)
7365
endfunction