Back

Datastore

Properties

string Key

Methods

any GetAsync ( string key )

nil SetAsync ( string key any value )

nil RemoveAsync ( string key )

nil Get ( string key function callback )

nil Set ( string key any value function callback )

nil Remove ( string key function callback )

Events

Loaded