Options
All
  • Public
  • Public/Protected
  • All
Menu

A game statistic config.

Index

Properties

aggregation

aggregation: GameStatAggregationMethod | string | undefined

A value denoting the aggregation method of a game statistic.

displayName

displayName: string | undefined

Represent a resource's readable display name.

format

format: GameStatFormatMethod | string | undefined

A value denoting the format method of a game statistic.

iconId

iconId: string | undefined

A universally unique identifier.

Optional postfixPlural

postfixPlural: undefined | string

A string appended to the end of a game statistic's value that is not exactly 1. Example: 45 dollars.

Optional postfixSingular

postfixSingular: undefined | string

A string appended to the end of a singular game statistic's value. Example: 1 dollar.

Optional prefixPlural

prefixPlural: undefined | string

A string prepended to the beginning of a game statistic's value that is not exactly 1. Example: values 45.

Optional prefixSingular

prefixSingular: undefined | string

A string appended to the beginning of a singular game statistic's value. Example: value 1.

priority

priority: number | undefined

Unsigned 32 bit integer.

recordId

recordId: string | undefined

A universally unique identifier.

sorting

sorting: GameStatSortingMethod | string | undefined

A value denoting the sorting method of a game statistic.