GunSwayData
Inherits from WeaponSwayData
Summary
Constructors
GunSwayData() |
GunSwayData(guid: Guid) |
GunSwayData(other: WeaponSwayData) |
GunSwayData(other: DataContainer) |
Properties
Static members
Name | Type |
---|---|
GunSwayData.typeInfo | TypeInformation |
Constructors
GunSwayData
GunSwayData()
Creates a new GunSwayData frostbite instance.
GunSwayData
GunSwayData(guid: Guid)
Creates a new GunSwayData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
GunSwayData
GunSwayData(other: WeaponSwayData)
Casts an instance of type WeaponSwayData to GunSwayData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | WeaponSwayData | The instance to cast to GunSwayData. |
GunSwayData
GunSwayData(other: DataContainer)
Casts an instance of type DataContainer to GunSwayData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to GunSwayData. |
Properties
stand
crouch
prone
proneToCrouch
proneToStand
crouchToProne
crouchToStand
standToProne
standToCrouch
suppressionModifierUnzoomed
suppressionModifierZoomed
modifiers
deviationScaleFactorZoom
float
gameplayDeviationScaleFactorZoom
float
deviationScaleFactorNoZoom
float
gameplayDeviationScaleFactorNoZoom
float
shootingRecoilDecreaseScale
float
firstShotRecoilMultiplier
float
cameraRecoil
CameraRecoilData | nil
Static members
typeInfo
The type information for the GunSwayData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)