VehicleCustomizationAsset

Inherits from Asset

Summary

Constructors

VehicleCustomizationAsset()
VehicleCustomizationAsset(guid: Guid)
VehicleCustomizationAsset(other: Asset)
VehicleCustomizationAsset(other: DataContainer)

Properties

Name Type
customization CustomizationTable | nil

Static members

Name Type
VehicleCustomizationAsset.typeInfo TypeInformation

Constructors

VehicleCustomizationAsset

VehicleCustomizationAsset()

Creates a new VehicleCustomizationAsset frostbite instance.

VehicleCustomizationAsset

VehicleCustomizationAsset(guid: Guid)

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

Parameters

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

VehicleCustomizationAsset

VehicleCustomizationAsset(other: Asset)

Casts an instance of type Asset to VehicleCustomizationAsset. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Asset The instance to cast to VehicleCustomizationAsset.

VehicleCustomizationAsset

VehicleCustomizationAsset(other: DataContainer)

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

Parameters

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

Properties

customization

CustomizationTable | nil

Static members

typeInfo

TypeInformation

The type information for the VehicleCustomizationAsset type.

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