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

Function GetStoredIntegerBJ

Line
7599
Location
blizzard.j
Constant?
no
Type
function
Arguments
string key, string missionKey, gamecache cache
Returns
integer
7599
function GetStoredIntegerBJ takes string key, string missionKey, gamecache cache returns integer
7600
    //call SyncStoredInteger(cache, missionKey, key)
7601
    return GetStoredInteger(cache, missionKey, key)
7602
endfunction