Skip to main content

Load Game Session

Reads back a game session stored with Save Game Session.

Inputs

Actions

SignalDescription
DoRuns the node.

General

DataDescription
Player Id (string)The player the session belongs to.
Game Id (string)The game the session belongs to.
Session Id (string)Which session to load.

Outputs

Result

DataDescription
Session Data ()*The stored state, exactly as it was saved.
Is Successful (boolean)True when the call succeeded.

Events

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