GetStoredIntegerBJ
- Parameters
key stringmissionKey stringcache gamecache- comment
- patch
1.00
- Source
- Blizzard.j (suggest an edit or discuss on Github)
- 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