GetStoredRealBJ
- Parameters
-
key string
missionKey string
cache gamecache
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
real
- Source code
function GetStoredRealBJ takes string key, string missionKey, gamecache cache returns real //call SyncStoredReal(cache, missionKey, key) return GetStoredReal(cache, missionKey, key) endfunction