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