StoreStringBJ

Parameters
value string
key string
missionKey string
cache gamecache
comment
patch

1.07

Source
Blizzard.j (suggest an edit or discuss on Github)
return type
boolean
Source code
function StoreStringBJ takes string value, string key, string missionKey, gamecache cache returns boolean
    return StoreString(cache, missionKey, key, value)
endfunction