setCruiseControl

From Bohemia Interactive Community
Revision as of 17:29, 26 May 2021 by R3vo (talk | contribs) (fixed some typos and inconsistencies)
Jump to navigation Jump to search
Hover & click on the images for description
Only available in Development branch(es) until its release with Arma 3 patch v2.06.

Description

Description:
Limits or sets a player-controlled vehicle's speed through cruise control.
This command only works for:
  • The local player
  • CarX, TankX and ShipX simulated vehicles
  • Forward speeds (positive speed)
Groups:
Unit ControlObject Manipulation

Syntax

Syntax:
vehicle setCruiseControl [speed, autoThrust]
Parameters:
vehicle: Object - The vehicle to limit
speed: Number - Desired/top speed in km/h. 0 to disable any setting. Only positives values are valid, negative values will make the vehicle unable to move forward
autoThrust: Boolean
  • true - Cruise control. The vehicle will maintain this speed until brakes is applied or driver dies or leaves the vehicle
  • false - Speed limiter. The vehicle will not accelerate above set speed
Return Value:
Nothing

Examples

Example 1:
vehicle player setCruiseControl [50, true]; // sets cruise control to 50 km/h
Example 2:
vehicle player setCruiseControl [5, false]; // limits player's vehicle speed to 5 km/h

Additional Information

See also:
getCruiseControl limitSpeed forceSpeed setAirplaneThrottle

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note