StatCategoriesWeaponTree

Inherits from StatCategoriesGuidTree

Summary

Constructors

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

Static members

Name Type
StatCategoriesWeaponTree.typeInfo TypeInformation

Constructors

StatCategoriesWeaponTree

StatCategoriesWeaponTree()

Creates a new StatCategoriesWeaponTree frostbite instance.

StatCategoriesWeaponTree

StatCategoriesWeaponTree(guid: Guid)

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

Parameters

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

StatCategoriesWeaponTree

StatCategoriesWeaponTree(other: StatCategoriesGuidTree)

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

Parameters

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

StatCategoriesWeaponTree

StatCategoriesWeaponTree(other: StatCategoriesBaseTree)

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

Parameters

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

StatCategoriesWeaponTree

StatCategoriesWeaponTree(other: TreeBase)

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

Parameters

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

StatCategoriesWeaponTree

StatCategoriesWeaponTree(other: Asset)

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

Parameters

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

StatCategoriesWeaponTree

StatCategoriesWeaponTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesWeaponTree type.

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