BIS_fnc_HUDLimits
Jump to navigation
Jump to search
Description
- Description:
- Set helicopter advanced flight model HUD limits and prevents overwriting existing values. See also setHUDMovementLevels.
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- [speedLimit, altLimit, dirLimit] call BIS_fnc_HUDLimits
- Parameters:
- speedLimit: Array in format [priority, min, max]:
- altLimit: Array in format [priority, min, max]:
- dirLimit: Array in format [priority, min, max, target]:
- Return Value:
- Array - current value of HUDMovementLevels
Examples
- Example 1:
- Example 2:
- [[0,0,0], [0, 0, 0], [1,330,30, myTarget]] call BIS_fnc_HUDLimits; // limits orientation towards myTarget by ±30°
Additional Information
- See also:
- HUDMovementLevels setHUDMovementLevels
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