StatCategoriesWeaponAccessoryTree

Inherits from StatCategoriesGuidTree

Summary

Constructors

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

Static members

Name Type
StatCategoriesWeaponAccessoryTree.typeInfo TypeInformation

Constructors

StatCategoriesWeaponAccessoryTree

StatCategoriesWeaponAccessoryTree()

Creates a new StatCategoriesWeaponAccessoryTree frostbite instance.

StatCategoriesWeaponAccessoryTree

StatCategoriesWeaponAccessoryTree(guid: Guid)

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

Parameters

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

StatCategoriesWeaponAccessoryTree

StatCategoriesWeaponAccessoryTree(other: StatCategoriesGuidTree)

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

Parameters

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

StatCategoriesWeaponAccessoryTree

StatCategoriesWeaponAccessoryTree(other: StatCategoriesBaseTree)

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

Parameters

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

StatCategoriesWeaponAccessoryTree

StatCategoriesWeaponAccessoryTree(other: TreeBase)

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

Parameters

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

StatCategoriesWeaponAccessoryTree

StatCategoriesWeaponAccessoryTree(other: Asset)

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

Parameters

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

StatCategoriesWeaponAccessoryTree

StatCategoriesWeaponAccessoryTree(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatCategoriesWeaponAccessoryTree type.

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