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