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