GetStoredBooleanBJ
- Parameters
-
key string
missionKey string
cache gamecache
- comment
- patch
1.00
- Source
- Blizzard.j
- return type
boolean
- Source code
function GetStoredBooleanBJ takes string key, string missionKey, gamecache cache returns boolean //call SyncStoredBoolean(cache, missionKey, key) return GetStoredBoolean(cache, missionKey, key) endfunction