showHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 22: Line 22:


|x1= <code>
|x1= <code>
showHud=0; (Disable the Hud into the mision)
showHud=0; (Disables the Hud into the mision)
</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


Line 38: Line 38:
<!-- 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:18, 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:
showHud=0; (Disables the Hud into the mision)

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

Bottom Section