WeaponRegularSocketObjectData

Inherits from WeaponSocketObjectData

Summary

Constructors

WeaponRegularSocketObjectData()
WeaponRegularSocketObjectData(guid: Guid)
WeaponRegularSocketObjectData(other: WeaponSocketObjectData)
WeaponRegularSocketObjectData(other: SocketObjectDataBase)
WeaponRegularSocketObjectData(other: DataContainer)

Properties

Name Type
transform LinearTransform
mesh3pTransforms LinearTransform[]

Static members

Name Type
WeaponRegularSocketObjectData.typeInfo TypeInformation

Constructors

WeaponRegularSocketObjectData

WeaponRegularSocketObjectData()

Creates a new WeaponRegularSocketObjectData frostbite instance.

WeaponRegularSocketObjectData

WeaponRegularSocketObjectData(guid: Guid)

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

Parameters

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

WeaponRegularSocketObjectData

WeaponRegularSocketObjectData(other: WeaponSocketObjectData)

Casts an instance of type WeaponSocketObjectData to WeaponRegularSocketObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other WeaponSocketObjectData The instance to cast to WeaponRegularSocketObjectData.

WeaponRegularSocketObjectData

WeaponRegularSocketObjectData(other: SocketObjectDataBase)

Casts an instance of type SocketObjectDataBase to WeaponRegularSocketObjectData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SocketObjectDataBase The instance to cast to WeaponRegularSocketObjectData.

WeaponRegularSocketObjectData

WeaponRegularSocketObjectData(other: DataContainer)

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

Parameters

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

Properties

transform

LinearTransform

mesh3pTransforms

LinearTransform[]

Static members

typeInfo

TypeInformation

The type information for the WeaponRegularSocketObjectData type.

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