LifeCounterEntityData

Inherits from GameEntityData

Summary

Constructors

LifeCounterEntityData()
LifeCounterEntityData(guid: Guid)
LifeCounterEntityData(other: GameEntityData)
LifeCounterEntityData(other: SpatialEntityData)
LifeCounterEntityData(other: EntityData)
LifeCounterEntityData(other: GameObjectData)
LifeCounterEntityData(other: GameDataContainer)
LifeCounterEntityData(other: DataContainer)

Properties

Name Type
startingLifeCount int
displayTime float
teamId TeamId
lifeTresholdValues int[]
uiShowCountLowerThreshold int
uiShowCountUpperThreshold int
baseCount int
reinforceTable float[]
reinforceThreshold int
reinforceMessageSid string
fightHarderTreshold float
defensiveKillRadius float
fallbackTime float
fightHarderMessageSid string
attacker bool
setBestSquadSpawner bool
simpleReinforce bool

Static members

Name Type
LifeCounterEntityData.typeInfo TypeInformation

Constructors

LifeCounterEntityData

LifeCounterEntityData()

Creates a new LifeCounterEntityData frostbite instance.

LifeCounterEntityData

LifeCounterEntityData(guid: Guid)

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

Parameters

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

LifeCounterEntityData

LifeCounterEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to LifeCounterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to LifeCounterEntityData.

LifeCounterEntityData

LifeCounterEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to LifeCounterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to LifeCounterEntityData.

LifeCounterEntityData

LifeCounterEntityData(other: EntityData)

Casts an instance of type EntityData to LifeCounterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to LifeCounterEntityData.

LifeCounterEntityData

LifeCounterEntityData(other: GameObjectData)

Casts an instance of type GameObjectData to LifeCounterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to LifeCounterEntityData.

LifeCounterEntityData

LifeCounterEntityData(other: GameDataContainer)

Casts an instance of type GameDataContainer to LifeCounterEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to LifeCounterEntityData.

LifeCounterEntityData

LifeCounterEntityData(other: DataContainer)

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

Parameters

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

Properties

startingLifeCount

int

displayTime

float

teamId

TeamId

lifeTresholdValues

int[]

uiShowCountLowerThreshold

int

uiShowCountUpperThreshold

int

baseCount

int

reinforceTable

float[]

reinforceThreshold

int

reinforceMessageSid

string

fightHarderTreshold

float

defensiveKillRadius

float

fallbackTime

float

fightHarderMessageSid

string

attacker

bool

setBestSquadSpawner

bool

simpleReinforce

bool

Static members

typeInfo

TypeInformation

The type information for the LifeCounterEntityData type.

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