BIS fnc HUDLimits: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (codecomment → cc) |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 39: | Line 39: | ||
|x2= <code><nowiki>[</nowiki>[0,0,0], [0, 0, 0], [1,330,30, myTarget]] [[call]] [[BIS_fnc_HUDLimits]]; {{cc|limits orientation towards myTarget by ±30°}}</code> | |x2= <code><nowiki>[</nowiki>[0,0,0], [0, 0, 0], [1,330,30, myTarget]] [[call]] [[BIS_fnc_HUDLimits]]; {{cc|limits orientation towards myTarget by ±30°}}</code> | ||
| [[HUDMovementLevels]], [[setHUDMovementLevels]] | |seealso= [[HUDMovementLevels]], [[setHUDMovementLevels]] | ||
}} | }} | ||
[[Category:{{Name|arma3}}: Functions|{{uc:HUDLimits}}]] | [[Category:{{Name|arma3}}: Functions|{{uc:HUDLimits}}]] |
Revision as of 00:23, 17 February 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- Syntax needed
- 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:
- Return value needed
Examples
- Example 1:
[[0,0,0], [1, 0, 50], [0,0,0]] call BIS_fnc_HUDLimits; // limits altitude on HUD to 50m max
- 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:
- HUDMovementLevelssetHUDMovementLevels
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