StatsCategoryWeaponAccessoryData

Inherits from StatsCategoryGuidData

Summary

Constructors

StatsCategoryWeaponAccessoryData()
StatsCategoryWeaponAccessoryData(guid: Guid)
StatsCategoryWeaponAccessoryData(other: StatsCategoryGuidData)
StatsCategoryWeaponAccessoryData(other: StatsCategoryBaseData)
StatsCategoryWeaponAccessoryData(other: TreeNodeBase)
StatsCategoryWeaponAccessoryData(other: DataContainer)

Static members

Name Type
StatsCategoryWeaponAccessoryData.typeInfo TypeInformation

Constructors

StatsCategoryWeaponAccessoryData

StatsCategoryWeaponAccessoryData()

Creates a new StatsCategoryWeaponAccessoryData frostbite instance.

StatsCategoryWeaponAccessoryData

StatsCategoryWeaponAccessoryData(guid: Guid)

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

Parameters

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

StatsCategoryWeaponAccessoryData

StatsCategoryWeaponAccessoryData(other: StatsCategoryGuidData)

Casts an instance of type StatsCategoryGuidData to StatsCategoryWeaponAccessoryData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatsCategoryGuidData The instance to cast to StatsCategoryWeaponAccessoryData.

StatsCategoryWeaponAccessoryData

StatsCategoryWeaponAccessoryData(other: StatsCategoryBaseData)

Casts an instance of type StatsCategoryBaseData to StatsCategoryWeaponAccessoryData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other StatsCategoryBaseData The instance to cast to StatsCategoryWeaponAccessoryData.

StatsCategoryWeaponAccessoryData

StatsCategoryWeaponAccessoryData(other: TreeNodeBase)

Casts an instance of type TreeNodeBase to StatsCategoryWeaponAccessoryData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other TreeNodeBase The instance to cast to StatsCategoryWeaponAccessoryData.

StatsCategoryWeaponAccessoryData

StatsCategoryWeaponAccessoryData(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the StatsCategoryWeaponAccessoryData type.

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