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