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

Function StoreStringBJ

Line
7368
Location
blizzard.j
Constant?
no
Type
function
Arguments
string value, string key, string missionKey, gamecache cache
Returns
boolean
7368
function StoreStringBJ takes string value, string key, string missionKey, gamecache cache returns boolean
7369
    return StoreString(cache, missionKey, key, value)
7370
endfunction