enableDirectionStabilization: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Lou Montana (talk | contribs) |
||
Line 12: | Line 12: | ||
|p1= vehicle: [[Object]] | |p1= vehicle: [[Object]] | ||
|p2= enabled: [[ | |p2= enabled: [[Boolean]] - Enable or disable turret stabilization | ||
|p3= turretPath: [[Array]] | |p3= turretPath: [[Array]] |
Revision as of 22:00, 10 August 2021
Description
- Description:
- Enables/disables direction stabilization of turrets. Only has an effect if the current optic mode of selected turret has directionStabilized configured in config.
- Groups:
- Uncategorised
Syntax
- Syntax:
- vehicle enableDirectionStabilization [enabled, turretPath]
- Parameters:
- vehicle: Object
- enabled: Boolean - Enable or disable turret stabilization
- turretPath: Array
- Return Value:
- Nothing
Examples
- Example 1:
uav enableDirectionStabilization [false, [0]]; // disables direction stabilization on first turret
- Example 2:
uav enableDirectionStabilization [true, [0]];
- Example 3:
uav enableDirectionStabilization [false]; // disable direction stabilization on primary turret
Additional Information
- See also:
- directionStabilizationEnabled lockCameraTo
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