DataStoreExtensions Get Method | Glimpse API Documentation |
Overload List
Name | Description | |
---|---|---|
Get T (IDataStore) |
Gets an item from store using <T> as a key. This method should be used in combination with Set<T>.
|
|
Get T (IDataStore, String) |
Gets an item from store using the key and casts to <T>.
|
See Also