WeaponRegularSocketObjectData
Inherits from WeaponSocketObjectData
Summary
Constructors
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
mesh3pTransforms
Static members
typeInfo
The type information for the WeaponRegularSocketObjectData type.