shownHUD: Difference between revisions
| mNo edit summary | BrettMayson (talk | contribs)  mNo edit summary | ||
| (27 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| | arma3 | | |game1= arma3 | ||
| |version1= 1.52 | |||
| |gr1= Interaction  | |gr1= Interaction | ||
| | Returns array of [[Boolean]]s corresponding to the visibility of various HUD elements (see extended [[showHUD]]).  | |descr= Returns array of [[Boolean]]s corresponding to the visibility of various HUD elements (see extended [[showHUD]]). | ||
| | '''shownHUD'''  | |s1= '''shownHUD''' | ||
| | [[Array]] in format [hud, info, radar, compass, direction, menu, group, cursors, panels, kills]  | |r1= [[Array]] of [[Boolean]]s in format [hud, info, radar, compass, direction, menu, group, cursors, panels, kills, icon3d] | ||
| |  | |x1= <sqf>_hudStatus = shownHUD;</sqf> | ||
| |seealso= [[showHUD]] [[shownMap]] [[visibleMap]] [[forceMap]] [[shownGPS]] [[shownWatch]] [[shownCompass]] [[shownUAVFeed]] | |||
| }} | }} | ||
Latest revision as of 10:04, 28 September 2023
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 of Booleans in format [hud, info, radar, compass, direction, menu, group, cursors, panels, kills, icon3d]
Examples
- Example 1:
Additional Information
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
 
	