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