showHUD: Difference between revisions

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


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}
Line 36: Line 37:
<h3 style='display:none'>Notes</h3>
<h3 style='display:none'>Notes</h3>


<dt class="command_description">'''[[User:Praxtor|Praxtor]]'''<dd class="command_description">
This only works if you write this code in a description.ext file.




Line 41: Line 45:
<!-- 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>
</dl>

Revision as of 11:31, 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


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



Bottom Section