ClearStowawayVariablesFromGameData() | CloudOnce.Internal.DataManager | inlinestatic |
CloudPrefs | CloudOnce.Internal.DataManager | static |
DeleteAllCloudVariables() | CloudOnce.Internal.DataManager | inlinestatic |
DeleteCloudPref(string key) | CloudOnce.Internal.DataManager | inlinestatic |
DevStringKey (defined in CloudOnce.Internal.DataManager) | CloudOnce.Internal.DataManager | static |
GetBool(string key, bool defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetCurrencyValues(string key) | CloudOnce.Internal.DataManager | inlinestatic |
GetDateTime(string key, DateTime defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetDecimal(string key, decimal defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetDouble(string key, double defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetFloat(string key, float defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetInt(string key, int defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetLong(string key, long defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetRandomKeysFromGameData() | CloudOnce.Internal.DataManager | inlinestatic |
GetString(string key, string defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
GetUInt(string key, uint defaultValue) | CloudOnce.Internal.DataManager | inlinestatic |
InitDataManager() | CloudOnce.Internal.DataManager | inlinestatic |
IsLocalDataDirty | CloudOnce.Internal.DataManager | static |
LoadFromDisk() | CloudOnce.Internal.DataManager | inlinestatic |
MergeLocalDataWith(string otherData) | CloudOnce.Internal.DataManager | inlinestatic |
RefreshCloudValues() | CloudOnce.Internal.DataManager | inlinestatic |
ReplaceLocalDataWith(string otherData) | CloudOnce.Internal.DataManager | inlinestatic |
ResetAllData() | CloudOnce.Internal.DataManager | inlinestatic |
ResetCloudPref(string key) | CloudOnce.Internal.DataManager | inlinestatic |
ResetSyncableCurrency(string key) | CloudOnce.Internal.DataManager | inlinestatic |
SaveToDisk() | CloudOnce.Internal.DataManager | inlinestatic |
SerializeLocalData() | CloudOnce.Internal.DataManager | inlinestatic |
SetBool(string key, bool value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetCurrencyValues(string key, Dictionary< string, CurrencyValue > currencyValues) | CloudOnce.Internal.DataManager | inlinestatic |
SetDateTime(string key, DateTime value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetDecimal(string key, decimal value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetDouble(string key, double value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetFloat(string key, float value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetInt(string key, int value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetLong(string key, long value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetString(string key, string value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |
SetUInt(string key, uint value, PersistenceType persistenceType) | CloudOnce.Internal.DataManager | inlinestatic |