VehicleEntryListenerComponentData

Inherits from ComponentData

Summary

Constructors

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

Properties

Name Type
vehicleEntryListener VehicleEntryListenerBinding
vehicleCameraControl VehicleCameraControlBinding
animationEntitySpacePriority int
animationWheelTransformDelay float

Static members

Name Type
VehicleEntryListenerComponentData.typeInfo TypeInformation

Constructors

VehicleEntryListenerComponentData

VehicleEntryListenerComponentData()

Creates a new VehicleEntryListenerComponentData frostbite instance.

VehicleEntryListenerComponentData

VehicleEntryListenerComponentData(guid: Guid)

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

Parameters

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

VehicleEntryListenerComponentData

VehicleEntryListenerComponentData(other: ComponentData)

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

Parameters

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

VehicleEntryListenerComponentData

VehicleEntryListenerComponentData(other: GameObjectData)

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

Parameters

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

VehicleEntryListenerComponentData

VehicleEntryListenerComponentData(other: GameDataContainer)

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

Parameters

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

VehicleEntryListenerComponentData

VehicleEntryListenerComponentData(other: DataContainer)

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

Parameters

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

Properties

vehicleEntryListener

VehicleEntryListenerBinding

vehicleCameraControl

VehicleCameraControlBinding

animationEntitySpacePriority

int

animationWheelTransformDelay

float

Static members

typeInfo

TypeInformation

The type information for the VehicleEntryListenerComponentData type.

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