Inspect.Currency.Detail

Provides detailed information about currencies.

Usage:

detail = Inspect.Currency.Detail(coin)
detail = Inspect.Currency.Detail(currency)
details = Inspect.Currency.Detail(currencies)
ParameterTypeDatatypeDescription
coinparameterstringThe string "coin", used as a value to request the player's money.
currenciesparametertableA table of identifiers of currencies to retrieve detail for.
currencyparameteritemtypeThe identifier of the currency to retrieve detail for.
detailresulttableDetail table for a single currency.
detailsresulttableDetail tables for all requested currencies. The key is the currency ID, the value is the currency's detail table.
members
category ID of the currency's category.
icon Internal name of the currency's icon.
id The ID of the requested element.
name The currency's name.
stack The number of this currency that you have.
stackMax The maximum number of this currency that you can have.