VehicleBlueprint

Inherits from ObjectBlueprint

Summary

Constructors

VehicleBlueprint()
VehicleBlueprint(guid: Guid)
VehicleBlueprint(other: ObjectBlueprint)
VehicleBlueprint(other: Blueprint)
VehicleBlueprint(other: EntityBusData)
VehicleBlueprint(other: DataBusData)
VehicleBlueprint(other: Asset)
VehicleBlueprint(other: DataContainer)

Static members

Name Type
VehicleBlueprint.typeInfo TypeInformation

Constructors

VehicleBlueprint

VehicleBlueprint()

Creates a new VehicleBlueprint frostbite instance.

VehicleBlueprint

VehicleBlueprint(guid: Guid)

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

Parameters

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

VehicleBlueprint

VehicleBlueprint(other: ObjectBlueprint)

Casts an instance of type ObjectBlueprint to VehicleBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ObjectBlueprint The instance to cast to VehicleBlueprint.

VehicleBlueprint

VehicleBlueprint(other: Blueprint)

Casts an instance of type Blueprint to VehicleBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other Blueprint The instance to cast to VehicleBlueprint.

VehicleBlueprint

VehicleBlueprint(other: EntityBusData)

Casts an instance of type EntityBusData to VehicleBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityBusData The instance to cast to VehicleBlueprint.

VehicleBlueprint

VehicleBlueprint(other: DataBusData)

Casts an instance of type DataBusData to VehicleBlueprint. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataBusData The instance to cast to VehicleBlueprint.

VehicleBlueprint

VehicleBlueprint(other: Asset)

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

Parameters

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

VehicleBlueprint

VehicleBlueprint(other: DataContainer)

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

Parameters

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

Static members

typeInfo

TypeInformation

The type information for the VehicleBlueprint type.

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