GetStoredIntegerBJ

Parameters
key string
missionKey string
cache gamecache
comment
patch

1.00

Source
Blizzard.j
return type
integer
Source code
function GetStoredIntegerBJ takes string key, string missionKey, gamecache cache returns integer
    //call SyncStoredInteger(cache, missionKey, key)
    return GetStoredInteger(cache, missionKey, key)
endfunction