shownHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(panels)
m (template:command argument fix)
Line 6: Line 6:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


| '''shownHUD''' |= Syntax
| '''shownHUD''' |SYNTAX=


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


| [[showHUD]], [[shownMap]], [[visibleMap]], [[forceMap]], [[shownGPS]], [[shownWatch]], [[shownCompass]], [[shownUAVFeed]] |= See also
| [[showHUD]], [[shownMap]], [[visibleMap]], [[forceMap]], [[shownGPS]], [[shownWatch]], [[shownCompass]], [[shownUAVFeed]] |SEEALSO=


}}
}}

Revision as of 15:49, 7 April 2019

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:
Uncategorised

Syntax

Syntax:
shownHUD
Return Value:
Array in format [hud, info, radar, compass, direction, menu, group, cursors, panels]

Examples

Example 1:
_hudStatus = shownHUD;

Additional Information

See also:
showHUDshownMapvisibleMapforceMapshownGPSshownWatchshownCompassshownUAVFeed

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

Notes

Bottom Section