showHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(description, seealso)
Line 9: Line 9:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Enable / disable showing of HUD. Defines visibility of weapon crosshair and any informational tags that appear when pointing the weapon at an object. |= Description
| Enable / disable showing of HUD. Defines visibility of weapon crosshair and any informational tags that appear when pointing the weapon at an object as well as availability of the default action menu. Unfortunately, it also hides icons drawn with [[drawIcon3D]].|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 20: Line 20:
|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| Nothing |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  


|x1= <code>showHUD [[false]];</code>|= EXAMPLE1  
|x1= <code>[[showHUD]] [[false]];</code>|= EXAMPLE1  




____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[showCinemaBorder]], [[showSubtitles]], [[showWatch]], [[showRadio]], [[showMap]], [[showGPS]], [[showCompass]], [[showPad]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 14:16, 2 September 2014

Hover & click on the images for description

Description

Description:
Enable / disable showing of HUD. Defines visibility of weapon crosshair and any informational tags that appear when pointing the weapon at an object as well as availability of the default action menu. Unfortunately, it also hides icons drawn with drawIcon3D.
Groups:
Uncategorised

Syntax

Syntax:
showHUD enable
Parameters:
enable: Boolean
Return Value:
Nothing

Examples

Example 1:
showHUD false;

Additional Information

See also:
showCinemaBordershowSubtitlesshowWatchshowRadioshowMapshowGPSshowCompassshowPad

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