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