OrderSettings
Inherits from Asset
Summary
Constructors
OrderSettings() |
OrderSettings(guid: Guid) |
OrderSettings(other: Asset) |
OrderSettings(other: DataContainer) |
Properties
Name | Type |
---|---|
orders | OrderReadiness[] |
Static members
Name | Type |
---|---|
OrderSettings.typeInfo | TypeInformation |
Constructors
OrderSettings
OrderSettings()
Creates a new OrderSettings frostbite instance.
OrderSettings
OrderSettings(guid: Guid)
Creates a new OrderSettings frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
OrderSettings
OrderSettings(other: Asset)
Casts an instance of type Asset to OrderSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to OrderSettings. |
OrderSettings
OrderSettings(other: DataContainer)
Casts an instance of type DataContainer to OrderSettings. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to OrderSettings. |
Properties
orders
Static members
typeInfo
The type information for the OrderSettings type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)