Storage.load
Loads Lua data stored in the storage object.
Kind: Function
Environments: Game
Game
storage:load( )
Availability: Server only
If no data is stored in the object, this returns nil.
Parameters:
| Name | Type | Description |
|---|---|---|
storage |
Storage | The storage. |
Returns:
| Type | Description |
|---|---|
| any | The data stored. |