showHUD: Difference between revisions

From Bohemia Interactive Community
mNo edit summary
mNo edit summary
Line 35: Line 35:


<h3 style='display:none'>Notes</h3>
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


<dd class="notedate">Posted on 04 Jun, 2013
<dt class="note">'''[[User:Praxtor|Praxtor]]'''<dd class="note">
This only works if you write this code in a description.ext file.
</dl>


<!-- Note Section END -->
<!-- Note Section END -->
</dl>
 
 


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>

Revision as of 10:24, 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.
Only post proven facts here! Add Note

Notes


Posted on 04 Jun, 2013
Praxtor
This only works if you write this code in a description.ext file.



Bottom Section