Storage Manager
Manages all storage methods. The same for any type of storage
Constructors
Functions
Link copied to clipboard
Save all the player data cache back to the storage.
Link copied to clipboard
Link copied to clipboard
Get all the player data in the storage folder.
Link copied to clipboard
Load PlayerData from the storage. If there is a cached value, it will return that resulting in a very quick computation as opposed to fetching it from the database or file storage. Online players should be cached.
Link copied to clipboard
Set the PlayerData for a player.
Link copied to clipboard
Unload PlayerData from the cache
Properties
Link copied to clipboard
A map of . All other data is stored as PlayerData in the playerDataCache, This is just a quick way to perform a lookup of the users linked account.