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