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