StatCategoriesDifficultyTree

Inherits from StatCategoriesGuidTree

Summary

Constructors

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

Static members

Name Type
StatCategoriesDifficultyTree.typeInfo TypeInformation

Constructors

StatCategoriesDifficultyTree

StatCategoriesDifficultyTree()

Creates a new StatCategoriesDifficultyTree frostbite instance.

StatCategoriesDifficultyTree

StatCategoriesDifficultyTree(guid: Guid)

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

Parameters

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

StatCategoriesDifficultyTree

StatCategoriesDifficultyTree(other: StatCategoriesGuidTree)

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

Parameters

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

StatCategoriesDifficultyTree

StatCategoriesDifficultyTree(other: StatCategoriesBaseTree)

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

Parameters

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

StatCategoriesDifficultyTree

StatCategoriesDifficultyTree(other: TreeBase)

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

Parameters

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

StatCategoriesDifficultyTree

StatCategoriesDifficultyTree(other: Asset)

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

Parameters

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

StatCategoriesDifficultyTree

StatCategoriesDifficultyTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesDifficultyTree type.

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