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