VeniceSoldierHealthModuleData
Inherits from SoldierHealthModuleData
Summary
Constructors
VeniceSoldierHealthModuleData() |
VeniceSoldierHealthModuleData(guid: Guid) |
VeniceSoldierHealthModuleData(other: SoldierHealthModuleData) |
VeniceSoldierHealthModuleData(other: DataContainer) |
Properties
Name | Type |
---|---|
timeForCorpse | float |
postReviveResponseTime | float |
interactiveManDownThreshold | float |
interactiveManDownPoseConstraints | PoseConstraintsData |
manDownStateTime | float |
manDownStateHealthPoints | float |
immortalTimeAfterSpawn | float |
abortSpawnImmortalityInputs | EntryInputActionEnum[] |
postReviveHealth | float |
criticalFakeImmortalTime | float |
regenerationDelay | float |
regenerationRate | float |
binding | SoldierHealthModuleBinding |
sprintDisabledWhenDamagedTime | float |
sprintDisabledDamageThreshold | float |
manDownRotate | RotateToHitData |
interactiveManDown | bool |
Static members
Name | Type |
---|---|
VeniceSoldierHealthModuleData.typeInfo | TypeInformation |
Constructors
VeniceSoldierHealthModuleData
VeniceSoldierHealthModuleData()
Creates a new VeniceSoldierHealthModuleData frostbite instance.
VeniceSoldierHealthModuleData
VeniceSoldierHealthModuleData(guid: Guid)
Creates a new VeniceSoldierHealthModuleData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
VeniceSoldierHealthModuleData
VeniceSoldierHealthModuleData(other: SoldierHealthModuleData)
Casts an instance of type SoldierHealthModuleData to VeniceSoldierHealthModuleData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SoldierHealthModuleData | The instance to cast to VeniceSoldierHealthModuleData. |
VeniceSoldierHealthModuleData
VeniceSoldierHealthModuleData(other: DataContainer)
Casts an instance of type DataContainer to VeniceSoldierHealthModuleData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to VeniceSoldierHealthModuleData. |
Properties
timeForCorpse
float
postReviveResponseTime
float
interactiveManDownThreshold
float
interactiveManDownPoseConstraints
manDownStateTime
float
manDownStateHealthPoints
float
immortalTimeAfterSpawn
float
abortSpawnImmortalityInputs
postReviveHealth
float
criticalFakeImmortalTime
float
regenerationDelay
float
regenerationRate
float
binding
sprintDisabledWhenDamagedTime
float
sprintDisabledDamageThreshold
float
manDownRotate
interactiveManDown
bool
Static members
typeInfo
The type information for the VeniceSoldierHealthModuleData type.