ApplyVehicleForce()

Syntax

ApplyVehicleForce(#Entity, Wheel, Force.f)
Description
Apply the specified traction force to the vehicle wheel. The new traction force value replace any previous force previously applied to the vehicle wheel.

Parameters

#Entity The vehicle entity to use.
Wheel The wheel index, starting from 0.
Force The traction force to apply on the wheel.

Return value

None.

See Also

ApplyVehicleSteering(), ApplyVehicleBrake(), AddVehicleWheel()

Supported OS

All

<- ApplyVehicleBrake() - Vehicle Index - ApplyVehicleSteering() ->