Jass:GetStoredBooleanBJ
Aus Mappedia
| Funktion: GetStoredBooleanBJ | |
|---|---|
| Parameter: | string string gamecache |
| Rückgabewert: | boolean |
| Autor: | Blizzard |
| Quelle: | Blizzard.j |
| Synchron: | Unbekannt |
Code
function GetStoredBooleanBJ takes string key, string missionKey, gamecache cache returns boolean //call SyncStoredBoolean(cache, missionKey, key) return GetStoredBoolean(cache, missionKey, key) endfunction
Parameter
| Typ | Name | Beschreibung |
|---|---|---|
| string | key | |
| string | missionKey | |
| gamecache | cache |
