StoreStringBJ

Parameters
value string
key string
missionKey string
cache gamecache
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
Source
Blizzard.j
wc3modding.com
StoreStringBJ