Skip to main content

Get Balance by Player ID

Reads a player's balance from the XGENIA RGS platform by player id.

A narrower read than Get Player: it returns the balance and nothing else. Useful for refreshing a balance display after a round.

The balance is in minor units: 1000 is 10.00.

Inputs

Actions

SignalDescription
DoRuns the node.

General

DataDescription
Player ID (string)The player whose balance to read.

Outputs

Result

DataDescription
Balance (number)The balance, in minor units.
Is Successful (boolean)True when the call succeeded.

Events

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