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