ZEPETO.Multiplay.DataStorage
Enumerations
Interfaces
Functions
loadDataStorage
▸ loadDataStorage(userId
): Promise
<DataStorage
>
Retrieves the data storage object associated with a specified player.
Parameters
Name | Type | Description |
---|---|---|
userId | string | The user ID of the player. |
Returns
Promise
<DataStorage
>
Promise
resolved upon completion with the DataStorage
object associated with the specified player.