ClearAreaTriggerEntityData
Inherits from TriggerEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
teamOfImmortalSoldiers | TeamId |
removeBangers | bool |
removeVehicles | bool |
removeEffects | bool |
removeStaticModels | bool |
removeDebrisClusters | bool |
excludeImmortalSoldiersInTeam | bool |
removeMeshProxies | bool |
removeSoldiers | bool |
Static members
Name | Type |
---|---|
ClearAreaTriggerEntityData.typeInfo | TypeInformation |
Constructors
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData()
Creates a new ClearAreaTriggerEntityData frostbite instance.
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(guid: Guid)
Creates a new ClearAreaTriggerEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(other: TriggerEntityData)
Casts an instance of type TriggerEntityData to ClearAreaTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | TriggerEntityData | The instance to cast to ClearAreaTriggerEntityData. |
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to ClearAreaTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to ClearAreaTriggerEntityData. |
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to ClearAreaTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to ClearAreaTriggerEntityData. |
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(other: EntityData)
Casts an instance of type EntityData to ClearAreaTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to ClearAreaTriggerEntityData. |
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to ClearAreaTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to ClearAreaTriggerEntityData. |
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to ClearAreaTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to ClearAreaTriggerEntityData. |
ClearAreaTriggerEntityData
ClearAreaTriggerEntityData(other: DataContainer)
Casts an instance of type DataContainer to ClearAreaTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to ClearAreaTriggerEntityData. |
Properties
teamOfImmortalSoldiers
removeBangers
bool
removeVehicles
bool
removeEffects
bool
removeStaticModels
bool
removeDebrisClusters
bool
excludeImmortalSoldiersInTeam
bool
removeMeshProxies
bool
removeSoldiers
bool
Static members
typeInfo
The type information for the ClearAreaTriggerEntityData type.