CombatAreaTriggerEntityData

Inherits from GameEntityData

Summary

Constructors

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

Properties

Name Type
maxRandomSpawnHeight float
spawnHeight float
timeToReturn int
deserterProjectile BulletEntityData | nil
team TeamId
strikeRadius float
initalSpeed float
isAiAllowedOutside bool
isTeamSpecific bool

Static members

Name Type
CombatAreaTriggerEntityData.typeInfo TypeInformation

Constructors

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData()

Creates a new CombatAreaTriggerEntityData frostbite instance.

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData(guid: Guid)

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

Parameters

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

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData(other: GameEntityData)

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

Parameters

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

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData(other: SpatialEntityData)

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

Parameters

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

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData(other: EntityData)

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

Parameters

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

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData(other: GameObjectData)

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

Parameters

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

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData(other: GameDataContainer)

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

Parameters

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

CombatAreaTriggerEntityData

CombatAreaTriggerEntityData(other: DataContainer)

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

Parameters

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

Properties

maxRandomSpawnHeight

float

spawnHeight

float

timeToReturn

int

deserterProjectile

BulletEntityData | nil

team

TeamId

strikeRadius

float

initalSpeed

float

isAiAllowedOutside

bool

isTeamSpecific

bool

Static members

typeInfo

TypeInformation

The type information for the CombatAreaTriggerEntityData type.

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