SoldierSuppressionComponentData
Inherits from ComponentData
Summary
Constructors
Properties
Name | Type |
---|---|
reactionToSuppression | SuppressionReactionData |
suppressionResistModifier | float |
suppressionBoostModifier | float |
suppressionDecay | float |
suppressionSphereRadius | float |
fallOffDelay | float |
fallOffMultiplier | float |
suppressionAbortsHealthRegeneration | bool |
checkLineOfSight | bool |
Static members
Name | Type |
---|---|
SoldierSuppressionComponentData.typeInfo | TypeInformation |
Constructors
SoldierSuppressionComponentData
SoldierSuppressionComponentData()
Creates a new SoldierSuppressionComponentData frostbite instance.
SoldierSuppressionComponentData
SoldierSuppressionComponentData(guid: Guid)
Creates a new SoldierSuppressionComponentData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
SoldierSuppressionComponentData
SoldierSuppressionComponentData(other: ComponentData)
Casts an instance of type ComponentData to SoldierSuppressionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | ComponentData | The instance to cast to SoldierSuppressionComponentData. |
SoldierSuppressionComponentData
SoldierSuppressionComponentData(other: GameObjectData)
Casts an instance of type GameObjectData to SoldierSuppressionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to SoldierSuppressionComponentData. |
SoldierSuppressionComponentData
SoldierSuppressionComponentData(other: GameDataContainer)
Casts an instance of type GameDataContainer to SoldierSuppressionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to SoldierSuppressionComponentData. |
SoldierSuppressionComponentData
SoldierSuppressionComponentData(other: DataContainer)
Casts an instance of type DataContainer to SoldierSuppressionComponentData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to SoldierSuppressionComponentData. |
Properties
reactionToSuppression
suppressionResistModifier
float
suppressionBoostModifier
float
suppressionDecay
float
suppressionSphereRadius
float
fallOffDelay
float
fallOffMultiplier
float
suppressionAbortsHealthRegeneration
bool
checkLineOfSight
bool
Static members
typeInfo
The type information for the SoldierSuppressionComponentData type.