disableBrakes: Difference between revisions

From Bohemia Interactive Community
m (Some wiki formatting)
mNo edit summary
 
Line 8: Line 8:
|eff= global
|eff= global


|gr1= Object Manipulation
|gr1= PhysX


|descr= Disables autobrake, which is engaged when vehicle is stationary and stops wheels from rotating freely when vehicle is pushed.
|descr= Disables autobrake, which is engaged when vehicle is stationary and stops wheels from rotating freely when vehicle is pushed.

Latest revision as of 13:02, 26 June 2025

Hover & click on the images for description

Description

Description:
Disables autobrake, which is engaged when vehicle is stationary and stops wheels from rotating freely when vehicle is pushed.
Groups:
PhysX

Syntax

Syntax:
transport disableBrakes disable
Parameters:
transport: Object - PhysX car or tank
disable: Boolean - true to disable autobrake. The autobrake is re-enabled if the driver uses brakes
Return Value:
Nothing

Examples

Example 1:
myCar disableBrakes true;

Additional Information

See also:
brakesDisabled awake isAwake addTorque addForce vectorModelToWorld vectorModelToWorldVisual selectionPosition setVelocityTransformation setVelocityModelSpace

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