WeaponMiscModifier
Inherits from WeaponModifierBase
Summary
Constructors
WeaponMiscModifier() |
WeaponMiscModifier(guid: Guid) |
WeaponMiscModifier(other: WeaponModifierBase) |
WeaponMiscModifier(other: DataContainer) |
Properties
Name | Type |
---|---|
enableBreathControl | bool |
canBeInSupportedShooting | bool |
unZoomOnBoltAction | bool |
holdBoltActionUntilZoomRelease | bool |
isSilenced | bool |
Static members
Name | Type |
---|---|
WeaponMiscModifier.typeInfo | TypeInformation |
Constructors
WeaponMiscModifier
WeaponMiscModifier()
Creates a new WeaponMiscModifier frostbite instance.
WeaponMiscModifier
WeaponMiscModifier(guid: Guid)
Creates a new WeaponMiscModifier frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
WeaponMiscModifier
WeaponMiscModifier(other: WeaponModifierBase)
Casts an instance of type WeaponModifierBase to WeaponMiscModifier. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | WeaponModifierBase | The instance to cast to WeaponMiscModifier. |
WeaponMiscModifier
WeaponMiscModifier(other: DataContainer)
Casts an instance of type DataContainer to WeaponMiscModifier. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to WeaponMiscModifier. |
Properties
enableBreathControl
bool
canBeInSupportedShooting
bool
unZoomOnBoltAction
bool
holdBoltActionUntilZoomRelease
bool
isSilenced
bool
Static members
typeInfo
The type information for the WeaponMiscModifier type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)