List Game Sessions
Lists a player's stored sessions for a game.
Use it to offer a "continue" screen. Is Empty saves you inspecting the array to find out whether there is anything to continue.
Actions
| Signal | Description |
|---|
| Do | Runs the node. |
General
| Data | Description |
|---|
| Player Id (string) | The player whose sessions to list. |
| Game Id (string) | Restrict the list to one game. |
Outputs
Result
| Data | Description |
|---|
| Sessions (array) | The sessions found. |
| Is Empty (boolean) | True when the player has no stored sessions for this game. |
Events
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |