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