GameStorageApi class
This class provides an API to store and retrieve data from the games.
Signature:
export declare class GameStorageApi
Remarks
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the GameStorageApi
class.
Methods
Method |
Modifiers |
Description |
---|---|---|
Get a stored value by key from the game storage. | ||
Get all stored values from the game storage. | ||
Get the current player data from the game storage. | ||
Set a value by key in the game storage. | ||
Set the current player data in the game storage. |