Skip to main content

Class: LegendStatistics

Represents the Legend Statistics.

Constructors

constructor

new LegendStatistics(data)

Parameters

NameType
dataAPILegendStatistics

Defined in

struct/LegendStatistics.ts:24

Properties

legendTrophies

legendTrophies: number

The player's legend trophies.

Defined in

struct/LegendStatistics.ts:7


previousSeason

previousSeason: null | Season

Legend statistics for previous season.

Defined in

struct/LegendStatistics.ts:10


currentSeason

currentSeason: null | Season

Legend statistics for this season.

Defined in

struct/LegendStatistics.ts:13


bestSeason

bestSeason: null | Season

Legend statistics for this player's best season.

Defined in

struct/LegendStatistics.ts:16


previousBuilderBaseSeason

previousBuilderBaseSeason: null | Season

Builder base Legend statistics for previous season.

Defined in

struct/LegendStatistics.ts:19


bestBuilderBaseSeason

bestBuilderBaseSeason: null | Season

Builder base Legend statistics for this player's best season.

Defined in

struct/LegendStatistics.ts:22