From Bohemia Interactive Community
Hover & click on the images for description
Description
- Description:
- Returns array of Booleans corresponding to the visibility of various HUD elements (see extended showHUD).
- Groups:
- Interaction
Syntax
- Syntax:
- shownHUD
- Return Value:
- Array with [hud, info, radar, compass, direction, menu, group, cursors, panels, kills, icon3d]
- scriptedHUD: Boolean - show scripted HUD such as weapon crosshair, action menu and overlays created with cutRsc and titleRsc. Same as showHUD's first syntax
- info: Boolean - (Optional, default true) show vehicle, soldier and weapon info
- radar: Boolean - (Optional, default true) show vehicle radar
- compass: Boolean - (Optional, default true) show vehicle compass
- direction: Boolean - (Optional, default true) show tank direction indicator. Not present in vanilla Arma 3
- menu: Boolean - (Optional, default true) show commanding menu (HC related menus)
- group: Boolean - (Optional, default true) show group info bar (Squad leader info bar)
- cursors: Boolean - (Optional, default true) show HUD weapon cursors (connected with scripted HUD)
- panels: Boolean - (Optional, default true) show Arma 3: Custom Info
- kills: Boolean - (Optional, default true) show "x killed by y" systemChat messages
- showIcon3D: Boolean - (Optional, default false) show icons drawn with drawIcon3D even when the HUD is hidden
Examples
- Example 1:
- Example 2:
Additional Information
- See also:
- showHUD shownMap visibleMap forceMap shownGPS shownWatch shownCompass shownUAVFeed
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here!
Add Note