StatsCategoryScoreboardPositionData

Inherits from StatsCategoryBaseData

Summary

Constructors

StatsCategoryScoreboardPositionData()
StatsCategoryScoreboardPositionData(guid: Guid)
StatsCategoryScoreboardPositionData(other: StatsCategoryBaseData)
StatsCategoryScoreboardPositionData(other: TreeNodeBase)
StatsCategoryScoreboardPositionData(other: DataContainer)

Properties

Name Type
positions ScoreboardPosition[]

Static members

Name Type
StatsCategoryScoreboardPositionData.typeInfo TypeInformation

Constructors

StatsCategoryScoreboardPositionData

StatsCategoryScoreboardPositionData()

Creates a new StatsCategoryScoreboardPositionData frostbite instance.

StatsCategoryScoreboardPositionData

StatsCategoryScoreboardPositionData(guid: Guid)

Creates a new StatsCategoryScoreboardPositionData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

StatsCategoryScoreboardPositionData

StatsCategoryScoreboardPositionData(other: StatsCategoryBaseData)

Casts an instance of type StatsCategoryBaseData to StatsCategoryScoreboardPositionData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatsCategoryBaseData The instance to cast to StatsCategoryScoreboardPositionData.

StatsCategoryScoreboardPositionData

StatsCategoryScoreboardPositionData(other: TreeNodeBase)

Casts an instance of type TreeNodeBase to StatsCategoryScoreboardPositionData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeNodeBase The instance to cast to StatsCategoryScoreboardPositionData.

StatsCategoryScoreboardPositionData

StatsCategoryScoreboardPositionData(other: DataContainer)

Casts an instance of type DataContainer to StatsCategoryScoreboardPositionData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to StatsCategoryScoreboardPositionData.

Properties

positions

ScoreboardPosition[]

Static members

typeInfo

TypeInformation

The type information for the StatsCategoryScoreboardPositionData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)