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