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