Skip to main content

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.

Inputs

Actions

SignalDescription
DoRuns the node.

General

DataDescription
Player Id (string)The player whose sessions to list.
Game Id (string)Restrict the list to one game.

Outputs

Result

DataDescription
Sessions (array)The sessions found.
Is Empty (boolean)True when the player has no stored sessions for this game.

Events

SignalDescription
DoneSent when the node has finished, on success and on failure alike.