SyncStoredBoolean
- Parameters
-
cache gamecache
missionKey string
key string
- comment
-
Synchronizes the value stored in the
gamecache
under the mission key and key. SeeSyncStoredInteger
for a more in-depth explanation. - patch
-
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
-
nothing
- Source code
-
native SyncStoredBoolean takes gamecache cache, string missionKey, string key returns nothing