Skip to main content

Get Player ID by Player Name

Deprecated

This node existed to find or create a player before giving them money with Deposit Balance, and that pairing is gone: payments are switched off and a player now gets their float when they are created. Use Create New Player to make a player with a balance, or Get Player to look one up.

Looks up a player id from a player name, creating the player if there is none.

Inputs

Actions

SignalDescription
DoRuns the node.

General

DataDescription
Player Name (string)The player name to look up.

Outputs

Result

DataDescription
Player Id (string)Id of the player found or created.
Is Exist Before (boolean)True when the player already existed, false when this call created them.

Events

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