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