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