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