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