The display options for the built-in money leaderboard statistic.

Accessors

  • get addCommaSeparators(): boolean

    Whether or not to add comma separators to the displayed value for this statistic.

    For example, if this is set to true, then 1327401 would become 1,327,401 and -1234781 would become -1,234,781.

    Dynamic Property ID: andexdbSettings:ui.menus.playerMenu_leaderboards.builtInStats.money.displayOptions.addCommaSeparators

    Returns boolean

    true
    
  • set addCommaSeparators(addCommaSeparators: boolean): void

    Parameters

    • addCommaSeparators: boolean

    Returns void

  • get currencyPrefix(): string

    A currency symbol to prefix the displayed value with.

    For example, if this is set to "$", then 1327401 would become $1327401 and -1234781 would become -$1234781. (Can be combined with "Add Comma Separators" to make it display like -$1,234,781.).

    Dynamic Property ID: andexdbSettings:ui.menus.playerMenu_leaderboards.builtInStats.money.displayOptions.currencyPrefix

    Returns string

    "$"
    
  • set currencyPrefix(currencyPrefix: string): void

    Parameters

    • currencyPrefix: string

    Returns void