SoldierAimAssistData
Inherits from GameDataContainer
Summary
Constructors
| SoldierAimAssistData() |
| SoldierAimAssistData(guid: Guid) |
| SoldierAimAssistData(other: GameDataContainer) |
| SoldierAimAssistData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| eyePosOffset | Vec3 |
| stickyBoxScale | Vec3 |
| snapDistanceScale | Vec3 |
| snapBoxScale | Vec3 |
| stickyDistanceScale | Vec3 |
| maxAcceleration | Vec2 |
| accelerationDamping | float |
| accelerationInputThreshold | float |
| accelerationMultiplier | float |
| squaredAcceleration | float |
| yawSpeedStrength | float |
| zoomedInputPolynomial | float[] |
| accelerationTimeThreshold | float |
| attractDistanceFallOff | float[] |
| attractUserInputMultiplier | float |
| attractOwnSpeedInfluence | float |
| attractTargetSpeedInfluence | float |
| attractOwnRequiredMovementForMaximumAttract | float |
| attractStartInputThreshold | float |
| attractZoomingMultiplier | float |
| attractZoomingPostTime | float |
| attractYawStrength | float |
| attractPitchStrength | float |
| pitchSpeedStrength | float |
| attractSoftZone | float |
| inputPolynomial | float[] |
| useYawAcceleration | bool |
| usePitchAcceleration | bool |
Static members
| Name | Type |
|---|---|
| SoldierAimAssistData.typeInfo | TypeInformation |
Constructors
SoldierAimAssistData
SoldierAimAssistData()
Creates a new SoldierAimAssistData frostbite instance.
SoldierAimAssistData
SoldierAimAssistData(guid: Guid)
Creates a new SoldierAimAssistData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
SoldierAimAssistData
SoldierAimAssistData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SoldierAimAssistData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | GameDataContainer | The instance to cast to SoldierAimAssistData. |
SoldierAimAssistData
SoldierAimAssistData(other: DataContainer)
Casts an instance of type DataContainer to SoldierAimAssistData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to SoldierAimAssistData. |
Properties
eyePosOffset
stickyBoxScale
snapDistanceScale
snapBoxScale
stickyDistanceScale
maxAcceleration
accelerationDamping
float
accelerationInputThreshold
float
accelerationMultiplier
float
squaredAcceleration
float
yawSpeedStrength
float
zoomedInputPolynomial
float[]
accelerationTimeThreshold
float
attractDistanceFallOff
float[]
attractUserInputMultiplier
float
attractOwnSpeedInfluence
float
attractTargetSpeedInfluence
float
attractOwnRequiredMovementForMaximumAttract
float
attractStartInputThreshold
float
attractZoomingMultiplier
float
attractZoomingPostTime
float
attractYawStrength
float
attractPitchStrength
float
pitchSpeedStrength
float
attractSoftZone
float
inputPolynomial
float[]
useYawAcceleration
bool
usePitchAcceleration
bool
Static members
typeInfo
The type information for the SoldierAimAssistData type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)