showHUD: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Fixed example, removed misleading comment)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|eff = local|=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 12: Line 14:
| '''showHUD''' enable |= Syntax
| '''showHUD''' enable |= Syntax


|p1= enable: [[Boolean]] |= PARAMETER1  
|p1= enable: [[Boolean]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2= |= PARAMETER2  
Line 20: Line 22:
| Nothing |= RETURNVALUE  
| Nothing |= RETURNVALUE  


 
|x1= <code>showHUD [[false]];</code>|= EXAMPLE1  
|x1= <code>
showHud=0; (Disables the Hud into the mision)
</code>|= EXAMPLE1  




Line 35: Line 34:
}}
}}


<h3 style='display:none'>Notes</h3>
<h3 style="display:none">Notes</h3>
 
<dl class="command_description">
 
<dt class="command_description">'''[[User:Praxtor|Praxtor]]'''<dd class="command_description">
 
This only works if you write this code in a description.ext file.
 
<dd class="notedate">Posted on 04 Jun, 2013
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->


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


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

Revision as of 10:17, 6 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 false;

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