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.
Actions
| Signal | Description |
|---|
| Do | Runs the node. |
General
| Data | Description |
|---|
| Player ID (string) | The player whose balance to read. |
Outputs
Result
| Data | Description |
|---|
| Balance (number) | The balance, in minor units. |
| Is Successful (boolean) | True when the call succeeded. |
Events
| Signal | Description |
|---|
| Done | Sent when the node has finished, on success and on failure alike. |