Skip to main content

Get Player

Reads a player from the XGENIA RGS platform: their name and both balances.

Identify the player by Player ID or Player Name.

Both balances are reported. Demo Balance is play money and is the one the player nodes write; Live Balance is real money and is read-only here.

Balances are in minor units: 1000 is 10.00.

Inputs

Actions

SignalDescription
DoRuns the node.

Identify

DataDescription
Player ID (string)The player to read, by id. Takes precedence over Player Name.
Player Name (string)The player to read, by name.

Outputs

Result

DataDescription
Player Id (string)Id of the player that was read.
Player Name (string)The player’s display name.
Demo Balance (number)Play-money balance, in minor units.
Live Balance (number)Real-money balance, in minor units. Reported only — nothing in the editor writes it.
Is Successful (boolean)True when the call succeeded.
Error (string)The failure message when the call did not succeed.

Events

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