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