UIQueuedEventsCompData
Inherits from UIComponentData
Summary
Constructors
| UIQueuedEventsCompData() |
| UIQueuedEventsCompData(guid: Guid) |
| UIQueuedEventsCompData(other: UIComponentData) |
| UIQueuedEventsCompData(other: Asset) |
| UIQueuedEventsCompData(other: DataContainer) |
Properties
| Name | Type |
|---|---|
| initialQueueDelay | float |
| showUnlocksBecomingAvailable | bool |
Static members
| Name | Type |
|---|---|
| UIQueuedEventsCompData.typeInfo | TypeInformation |
Constructors
UIQueuedEventsCompData
UIQueuedEventsCompData()
Creates a new UIQueuedEventsCompData frostbite instance.
UIQueuedEventsCompData
UIQueuedEventsCompData(guid: Guid)
Creates a new UIQueuedEventsCompData frostbite instance and assigns it the provided Guid.
Parameters
| Name | Type | Description |
|---|---|---|
| guid | Guid | The Guid to assign to the newly created instance. |
UIQueuedEventsCompData
UIQueuedEventsCompData(other: UIComponentData)
Casts an instance of type UIComponentData to UIQueuedEventsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | UIComponentData | The instance to cast to UIQueuedEventsCompData. |
UIQueuedEventsCompData
UIQueuedEventsCompData(other: Asset)
Casts an instance of type Asset to UIQueuedEventsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | Asset | The instance to cast to UIQueuedEventsCompData. |
UIQueuedEventsCompData
UIQueuedEventsCompData(other: DataContainer)
Casts an instance of type DataContainer to UIQueuedEventsCompData. Will throw an error when trying to cast from an unsupported type.
Parameters
| Name | Type | Description |
|---|---|---|
| other | DataContainer | The instance to cast to UIQueuedEventsCompData. |
Properties
initialQueueDelay
float
showUnlocksBecomingAvailable
bool
Static members
typeInfo
The type information for the UIQueuedEventsCompData type.