StatsCategoryScoreboardPositionData
Inherits from StatsCategoryBaseData
Summary
Constructors
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
Static members
typeInfo
The type information for the StatsCategoryScoreboardPositionData type.