UISoldierCompData

Inherits from UIComponentData

Summary

Constructors

UISoldierCompData()
UISoldierCompData(guid: Guid)
UISoldierCompData(other: UIComponentData)
UISoldierCompData(other: Asset)
UISoldierCompData(other: DataContainer)

Properties

Name Type
criticalHealthThreshold float
hitShaderDamageMultiplier float
hitShaderMinDamage float
ekgLineThickness float
shockTraumaAbilityIndex int
rangerPTProgramAbilityIndex int
focusAbilityIndex int
ekgLineAlpha float
hitShaderGradientDurationMultiplier float
hitShaderMaxDamage float
hitShaderIndicatorDurationMultiplier float
useVehicleTeamSpawn bool
useSquadSpawn bool
spawnOnSquadLeaders bool

Static members

Name Type
UISoldierCompData.typeInfo TypeInformation

Constructors

UISoldierCompData

UISoldierCompData()

Creates a new UISoldierCompData frostbite instance.

UISoldierCompData

UISoldierCompData(guid: Guid)

Creates a new UISoldierCompData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UISoldierCompData

UISoldierCompData(other: UIComponentData)

Casts an instance of type UIComponentData to UISoldierCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIComponentData The instance to cast to UISoldierCompData.

UISoldierCompData

UISoldierCompData(other: Asset)

Casts an instance of type Asset to UISoldierCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to UISoldierCompData.

UISoldierCompData

UISoldierCompData(other: DataContainer)

Casts an instance of type DataContainer to UISoldierCompData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UISoldierCompData.

Properties

criticalHealthThreshold

float

hitShaderDamageMultiplier

float

hitShaderMinDamage

float

ekgLineThickness

float

shockTraumaAbilityIndex

int

rangerPTProgramAbilityIndex

int

focusAbilityIndex

int

ekgLineAlpha

float

hitShaderGradientDurationMultiplier

float

hitShaderMaxDamage

float

hitShaderIndicatorDurationMultiplier

float

useVehicleTeamSpawn

bool

useSquadSpawn

bool

spawnOnSquadLeaders

bool

Static members

typeInfo

TypeInformation

The type information for the UISoldierCompData type.

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