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