StatCategoriesAwardTree

Inherits from StatCategoriesGuidTree

Summary

Constructors

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

Static members

Name Type
StatCategoriesAwardTree.typeInfo TypeInformation

Constructors

StatCategoriesAwardTree

StatCategoriesAwardTree()

Creates a new StatCategoriesAwardTree frostbite instance.

StatCategoriesAwardTree

StatCategoriesAwardTree(guid: Guid)

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

Parameters

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

StatCategoriesAwardTree

StatCategoriesAwardTree(other: StatCategoriesGuidTree)

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

Parameters

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

StatCategoriesAwardTree

StatCategoriesAwardTree(other: StatCategoriesBaseTree)

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

Parameters

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

StatCategoriesAwardTree

StatCategoriesAwardTree(other: TreeBase)

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

Parameters

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

StatCategoriesAwardTree

StatCategoriesAwardTree(other: Asset)

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

Parameters

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

StatCategoriesAwardTree

StatCategoriesAwardTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesAwardTree type.

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