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