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