UIWeaponAccessoryDescription
Inherits from UIItemDescription
Summary
Constructors
UIWeaponAccessoryDescription() |
UIWeaponAccessoryDescription(guid: Guid) |
UIWeaponAccessoryDescription(other: UIItemDescription) |
UIWeaponAccessoryDescription(other: DataContainer) |
Properties
Name | Type |
---|---|
name | string |
description | string |
category | string |
texturePath | string |
iconTexturePath | string |
unlockTexturePath | string |
miscTexturePath | string |
coreAccessory | bool |
hiddenInProgression | bool |
Static members
Name | Type |
---|---|
UIWeaponAccessoryDescription.typeInfo | TypeInformation |
Constructors
UIWeaponAccessoryDescription
UIWeaponAccessoryDescription()
Creates a new UIWeaponAccessoryDescription frostbite instance.
UIWeaponAccessoryDescription
UIWeaponAccessoryDescription(guid: Guid)
Creates a new UIWeaponAccessoryDescription frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
UIWeaponAccessoryDescription
UIWeaponAccessoryDescription(other: UIItemDescription)
Casts an instance of type UIItemDescription to UIWeaponAccessoryDescription. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | UIItemDescription | The instance to cast to UIWeaponAccessoryDescription. |
UIWeaponAccessoryDescription
UIWeaponAccessoryDescription(other: DataContainer)
Casts an instance of type DataContainer to UIWeaponAccessoryDescription. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to UIWeaponAccessoryDescription. |
Properties
name
string
description
string
category
string
texturePath
string
iconTexturePath
string
unlockTexturePath
string
miscTexturePath
string
coreAccessory
bool
hiddenInProgression
bool
Static members
typeInfo
The type information for the UIWeaponAccessoryDescription type.