UIVehicleWeaponDescription

Inherits from UIItemDescription

Summary

Constructors

UIVehicleWeaponDescription()
UIVehicleWeaponDescription(guid: Guid)
UIVehicleWeaponDescription(other: UIItemDescription)
UIVehicleWeaponDescription(other: DataContainer)

Properties

Name Type
name string

Static members

Name Type
UIVehicleWeaponDescription.typeInfo TypeInformation

Constructors

UIVehicleWeaponDescription

UIVehicleWeaponDescription()

Creates a new UIVehicleWeaponDescription frostbite instance.

UIVehicleWeaponDescription

UIVehicleWeaponDescription(guid: Guid)

Creates a new UIVehicleWeaponDescription frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

UIVehicleWeaponDescription

UIVehicleWeaponDescription(other: UIItemDescription)

Casts an instance of type UIItemDescription to UIVehicleWeaponDescription. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other UIItemDescription The instance to cast to UIVehicleWeaponDescription.

UIVehicleWeaponDescription

UIVehicleWeaponDescription(other: DataContainer)

Casts an instance of type DataContainer to UIVehicleWeaponDescription. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to UIVehicleWeaponDescription.

Properties

name

string

Static members

typeInfo

TypeInformation

The type information for the UIVehicleWeaponDescription type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)