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