VehicleExitPointComponentData

Inherits from ComponentData

Summary

Constructors

VehicleExitPointComponentData()
VehicleExitPointComponentData(guid: Guid)
VehicleExitPointComponentData(other: ComponentData)
VehicleExitPointComponentData(other: GameObjectData)
VehicleExitPointComponentData(other: GameDataContainer)
VehicleExitPointComponentData(other: DataContainer)

Properties

Name Type
impulse Vec3
terrainHeight float
ordinal int
velocity float
inheritCameraDirection bool
checkForVehicleOverrun bool

Static members

Name Type
VehicleExitPointComponentData.typeInfo TypeInformation

Constructors

VehicleExitPointComponentData

VehicleExitPointComponentData()

Creates a new VehicleExitPointComponentData frostbite instance.

VehicleExitPointComponentData

VehicleExitPointComponentData(guid: Guid)

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

Parameters

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

VehicleExitPointComponentData

VehicleExitPointComponentData(other: ComponentData)

Casts an instance of type ComponentData to VehicleExitPointComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to VehicleExitPointComponentData.

VehicleExitPointComponentData

VehicleExitPointComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to VehicleExitPointComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to VehicleExitPointComponentData.

VehicleExitPointComponentData

VehicleExitPointComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to VehicleExitPointComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to VehicleExitPointComponentData.

VehicleExitPointComponentData

VehicleExitPointComponentData(other: DataContainer)

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

Parameters

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

Properties

impulse

Vec3

terrainHeight

float

ordinal

int

velocity

float

inheritCameraDirection

bool

checkForVehicleOverrun

bool

Static members

typeInfo

TypeInformation

The type information for the VehicleExitPointComponentData type.

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