VehicleWaypointData

Inherits from WaypointData

Summary

Constructors

VehicleWaypointData()
VehicleWaypointData(guid: Guid)
VehicleWaypointData(other: WaypointData)
VehicleWaypointData(other: DataContainer)

Properties

Name Type
speed float
speedOverrideMovingTowards float
angleoffset float
stopHereRadius float
stoppingDeceleration float
minSlowdownSpeed float
stopHere bool

Static members

Name Type
VehicleWaypointData.typeInfo TypeInformation

Constructors

VehicleWaypointData

VehicleWaypointData()

Creates a new VehicleWaypointData frostbite instance.

VehicleWaypointData

VehicleWaypointData(guid: Guid)

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

Parameters

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

VehicleWaypointData

VehicleWaypointData(other: WaypointData)

Casts an instance of type WaypointData to VehicleWaypointData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other WaypointData The instance to cast to VehicleWaypointData.

VehicleWaypointData

VehicleWaypointData(other: DataContainer)

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

Parameters

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

Properties

speed

float

speedOverrideMovingTowards

float

angleoffset

float

stopHereRadius

float

stoppingDeceleration

float

minSlowdownSpeed

float

stopHere

bool

Static members

typeInfo

TypeInformation

The type information for the VehicleWaypointData type.

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