StatCategoriesScoreboardPositionTree

Inherits from StatCategoriesBaseTree

Summary

Constructors

StatCategoriesScoreboardPositionTree()
StatCategoriesScoreboardPositionTree(guid: Guid)
StatCategoriesScoreboardPositionTree(other: StatCategoriesBaseTree)
StatCategoriesScoreboardPositionTree(other: TreeBase)
StatCategoriesScoreboardPositionTree(other: Asset)
StatCategoriesScoreboardPositionTree(other: DataContainer)

Static members

Name Type
StatCategoriesScoreboardPositionTree.typeInfo TypeInformation

Constructors

StatCategoriesScoreboardPositionTree

StatCategoriesScoreboardPositionTree()

Creates a new StatCategoriesScoreboardPositionTree frostbite instance.

StatCategoriesScoreboardPositionTree

StatCategoriesScoreboardPositionTree(guid: Guid)

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

Parameters

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

StatCategoriesScoreboardPositionTree

StatCategoriesScoreboardPositionTree(other: StatCategoriesBaseTree)

Casts an instance of type StatCategoriesBaseTree to StatCategoriesScoreboardPositionTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatCategoriesBaseTree The instance to cast to StatCategoriesScoreboardPositionTree.

StatCategoriesScoreboardPositionTree

StatCategoriesScoreboardPositionTree(other: TreeBase)

Casts an instance of type TreeBase to StatCategoriesScoreboardPositionTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeBase The instance to cast to StatCategoriesScoreboardPositionTree.

StatCategoriesScoreboardPositionTree

StatCategoriesScoreboardPositionTree(other: Asset)

Casts an instance of type Asset to StatCategoriesScoreboardPositionTree. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to StatCategoriesScoreboardPositionTree.

StatCategoriesScoreboardPositionTree

StatCategoriesScoreboardPositionTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesScoreboardPositionTree type.

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