StatCategoriesKitTree

Inherits from StatCategoriesGuidTree

Summary

Constructors

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

Static members

Name Type
StatCategoriesKitTree.typeInfo TypeInformation

Constructors

StatCategoriesKitTree

StatCategoriesKitTree()

Creates a new StatCategoriesKitTree frostbite instance.

StatCategoriesKitTree

StatCategoriesKitTree(guid: Guid)

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

Parameters

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

StatCategoriesKitTree

StatCategoriesKitTree(other: StatCategoriesGuidTree)

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

Parameters

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

StatCategoriesKitTree

StatCategoriesKitTree(other: StatCategoriesBaseTree)

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

Parameters

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

StatCategoriesKitTree

StatCategoriesKitTree(other: TreeBase)

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

Parameters

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

StatCategoriesKitTree

StatCategoriesKitTree(other: Asset)

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

Parameters

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

StatCategoriesKitTree

StatCategoriesKitTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesKitTree type.

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