CombatAreaTriggerEntityData
Inherits from GameEntityData
Summary
Constructors
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
strikeRadius
float
initalSpeed
float
isAiAllowedOutside
bool
isTeamSpecific
bool
Static members
typeInfo
The type information for the CombatAreaTriggerEntityData type.