DetonatedWeaponData
Inherits from WeaponData
Summary
Constructors
DetonatedWeaponData() |
DetonatedWeaponData(guid: Guid) |
DetonatedWeaponData(other: WeaponData) |
DetonatedWeaponData(other: ToolData) |
DetonatedWeaponData(other: DataContainer) |
Properties
Name | Type |
---|---|
lockingController | LockingControllerData | nil |
range | float |
Static members
Name | Type |
---|---|
DetonatedWeaponData.typeInfo | TypeInformation |
Constructors
DetonatedWeaponData
DetonatedWeaponData()
Creates a new DetonatedWeaponData frostbite instance.
DetonatedWeaponData
DetonatedWeaponData(guid: Guid)
Creates a new DetonatedWeaponData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
DetonatedWeaponData
DetonatedWeaponData(other: WeaponData)
Casts an instance of type WeaponData to DetonatedWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | WeaponData | The instance to cast to DetonatedWeaponData. |
DetonatedWeaponData
DetonatedWeaponData(other: ToolData)
Casts an instance of type ToolData to DetonatedWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ToolData | The instance to cast to DetonatedWeaponData. |
DetonatedWeaponData
DetonatedWeaponData(other: DataContainer)
Casts an instance of type DataContainer to DetonatedWeaponData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to DetonatedWeaponData. |
Properties
lockingController
LockingControllerData | nil
range
float
Static members
typeInfo
The type information for the DetonatedWeaponData type.