GetStoredRealBJ

Parameters
key string
missionKey string
cache gamecache
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
Source
Blizzard.j
wc3modding.com
GetStoredRealBJ