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

Function StoreIntegerBJ

Line
7358
Location
blizzard.j
Constant?
no
Type
function
Arguments
integer value, string key, string missionKey, gamecache cache
Returns
nothing
7358
function StoreIntegerBJ takes integer value, string key, string missionKey, gamecache cache returns nothing
7359
    call StoreInteger(cache, missionKey, key, value)
7360
endfunction