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