StatCategoriesGuidTree

Inherits from StatCategoriesBaseTree

Summary

Constructors

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

Static members

Name Type
StatCategoriesGuidTree.typeInfo TypeInformation

Constructors

StatCategoriesGuidTree

StatCategoriesGuidTree()

Creates a new StatCategoriesGuidTree frostbite instance.

StatCategoriesGuidTree

StatCategoriesGuidTree(guid: Guid)

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

Parameters

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

StatCategoriesGuidTree

StatCategoriesGuidTree(other: StatCategoriesBaseTree)

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

Parameters

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

StatCategoriesGuidTree

StatCategoriesGuidTree(other: TreeBase)

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

Parameters

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

StatCategoriesGuidTree

StatCategoriesGuidTree(other: Asset)

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

Parameters

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

StatCategoriesGuidTree

StatCategoriesGuidTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesGuidTree type.

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