CombatActionTriggerEntityData
Inherits from TriggerEntityData
Summary
Constructors
Properties
Name | Type |
---|---|
timeToTriggerOnNoAction | float |
Static members
Name | Type |
---|---|
CombatActionTriggerEntityData.typeInfo | TypeInformation |
Constructors
CombatActionTriggerEntityData
CombatActionTriggerEntityData()
Creates a new CombatActionTriggerEntityData frostbite instance.
CombatActionTriggerEntityData
CombatActionTriggerEntityData(guid: Guid)
Creates a new CombatActionTriggerEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
CombatActionTriggerEntityData
CombatActionTriggerEntityData(other: TriggerEntityData)
Casts an instance of type TriggerEntityData to CombatActionTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | TriggerEntityData | The instance to cast to CombatActionTriggerEntityData. |
CombatActionTriggerEntityData
CombatActionTriggerEntityData(other: GameEntityData)
Casts an instance of type GameEntityData to CombatActionTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameEntityData | The instance to cast to CombatActionTriggerEntityData. |
CombatActionTriggerEntityData
CombatActionTriggerEntityData(other: SpatialEntityData)
Casts an instance of type SpatialEntityData to CombatActionTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | SpatialEntityData | The instance to cast to CombatActionTriggerEntityData. |
CombatActionTriggerEntityData
CombatActionTriggerEntityData(other: EntityData)
Casts an instance of type EntityData to CombatActionTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to CombatActionTriggerEntityData. |
CombatActionTriggerEntityData
CombatActionTriggerEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to CombatActionTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to CombatActionTriggerEntityData. |
CombatActionTriggerEntityData
CombatActionTriggerEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to CombatActionTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to CombatActionTriggerEntityData. |
CombatActionTriggerEntityData
CombatActionTriggerEntityData(other: DataContainer)
Casts an instance of type DataContainer to CombatActionTriggerEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to CombatActionTriggerEntityData. |
Properties
timeToTriggerOnNoAction
float
Static members
typeInfo
The type information for the CombatActionTriggerEntityData type.