shownHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(panels)
mNo edit summary
 
(33 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| arma3 |= Game name
|game1= arma3
|1.52|= Game version
|version1= 1.52
____________________________________________________________________________________________


| Returns array of [[Boolean]]s corresponding to the visibility of various HUD elements (see extended [[showHUD]]). |= Description
|gr1= Interaction
____________________________________________________________________________________________


| '''shownHUD''' |= Syntax
|descr= Returns array of [[Boolean]]s corresponding to the visibility of various HUD elements (see extended [[showHUD]]).


| [[Array]] in format [hud, info, radar, compass, direction, menu, group, cursors, panels] |= Return value
|s1= '''shownHUD'''
____________________________________________________________________________________________
 
|x1= <code>_hudStatus = [[shownHUD]];</code> |= Example 1
____________________________________________________________________________________________


| [[showHUD]], [[shownMap]], [[visibleMap]], [[forceMap]], [[shownGPS]], [[shownWatch]], [[shownCompass]], [[shownUAVFeed]] |= See also
|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]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Arma 3: New Scripting Commands List|{{uc:{{PAGENAME}}}}]]

Latest revision as of 11:04, 28 September 2023

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 of Booleans in format [hud, info, radar, compass, direction, menu, group, cursors, panels, kills, icon3d]

Examples

Example 1:
_hudStatus = shownHUD;

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 or on the Forums.
Only post proven facts here! Add Note