Game Jolt Unity API  v2.5.8
GameJolt.API.DataStore Member List

This is the complete list of members for GameJolt.API.DataStore, including all inherited members.

Delete(string key, bool global, Action< bool > callback=null)GameJolt.API.DataStoreinlinestatic
Get(string key, bool global, Action< string > callback)GameJolt.API.DataStoreinlinestatic
GetKeys(bool global, Action< string[]> callback)GameJolt.API.DataStoreinlinestatic
GetKeys(bool global, string pattern, Action< string[]> callback)GameJolt.API.DataStoreinlinestatic
HardLimitGameJolt.API.DataStore
KeySizeLimitGameJolt.API.DataStore
Set(string key, string value, bool global, Action< bool > callback=null)GameJolt.API.DataStoreinlinestatic
SetSegmented(string key, string value, bool global, Action< bool > callback, Action< int > progress=null, int maxSegmentSize=SoftLimit)GameJolt.API.DataStoreinlinestatic
SoftLimitGameJolt.API.DataStore
Update(string key, string value, DataStoreOperation operation, bool global, Action< string > callback=null)GameJolt.API.DataStoreinlinestatic