GunSwayData

Inherits from WeaponSwayData

Summary

Constructors

GunSwayData()
GunSwayData(guid: Guid)
GunSwayData(other: WeaponSwayData)
GunSwayData(other: DataContainer)

Properties

Name Type
stand GunSwayStandData
crouch GunSwayCrouchProneData
prone GunSwayCrouchProneData
proneToCrouch GunSwayStanceTransition
proneToStand GunSwayStanceTransition
crouchToProne GunSwayStanceTransition
crouchToStand GunSwayStanceTransition
standToProne GunSwayStanceTransition
standToCrouch GunSwayStanceTransition
suppressionModifierUnzoomed GunSwayStanceZoomModifierData
suppressionModifierZoomed GunSwayStanceZoomModifierData
modifiers GunSwayModifierData[]
deviationScaleFactorZoom float
gameplayDeviationScaleFactorZoom float
deviationScaleFactorNoZoom float
gameplayDeviationScaleFactorNoZoom float
shootingRecoilDecreaseScale float
firstShotRecoilMultiplier float
cameraRecoil CameraRecoilData | nil

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

GunSwayStandData

crouch

GunSwayCrouchProneData

prone

GunSwayCrouchProneData

proneToCrouch

GunSwayStanceTransition

proneToStand

GunSwayStanceTransition

crouchToProne

GunSwayStanceTransition

crouchToStand

GunSwayStanceTransition

standToProne

GunSwayStanceTransition

standToCrouch

GunSwayStanceTransition

suppressionModifierUnzoomed

GunSwayStanceZoomModifierData

suppressionModifierZoomed

GunSwayStanceZoomModifierData

modifiers

GunSwayModifierData[]

deviationScaleFactorZoom

float

gameplayDeviationScaleFactorZoom

float

deviationScaleFactorNoZoom

float

gameplayDeviationScaleFactorNoZoom

float

shootingRecoilDecreaseScale

float

firstShotRecoilMultiplier

float

cameraRecoil

CameraRecoilData | nil

Static members

typeInfo

TypeInformation

The type information for the GunSwayData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)