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