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