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

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

typeInfo

TypeInformation

The type information for the VeniceSoldierHealthModuleData type.

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