Method GetPlayerBalanceAsync
GetPlayerBalanceAsync()
Gets the current balance of this currency for the currently signed in player. It is equivalent to the balance for this currency retrieved from EconomyService.Internal.PlayerBalances.GetBalancesAsync()
Declaration
public Task<PlayerBalance> GetPlayerBalanceAsync()
Returns
Type | Description |
---|---|
Task<PlayerBalance> | A PlayerBalance object containing the currency balance for this currency. |