showHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>(example)</code>|= EXAMPLE1  


showHud=0; (Disable the Hud into the mision)
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 34: Line 35:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
This only works if you write this code in a description.ext file.


<!-- Note Section END -->
<!-- Note Section END -->

Revision as of 11:16, 4 June 2013

Hover & click on the images for description

Description

Description:
Enable / disable showing of HUD.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
(example)

Additional Information

See also:
See also needed

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

This only works if you write this code in a description.ext file.

Bottom Section