hcShowBar: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added to "see also" + wikilinking + <code> tidy)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Shows or hides HC bar. There must be some groups under hc command to show hc bar. |= Description
| Shows or hides [[High Command|high command]] bar.
<br>
There must be some groups under '''HC''' command to show '''HC''' bar. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 21: Line 23:




|x1= <code>hcShowBar true;</code>|= EXAMPLE1  
|x1= <code>[[hcShowBar]] [[true]];</code>|= EXAMPLE1  
|x2= <code>hcShowBar false;</code>|= EXAMPLE2  
|x2= <code>[[hcShowBar]] [[false]];</code>|= EXAMPLE2  


____________________________________________________________________________________________
____________________________________________________________________________________________


| |= SEEALSO  
| [[High Command]],
[[hcAllGroups]],
[[hcGroupParams]],
[[hcLeader]],
[[hcRemoveAllGroups]],
[[hcRemoveGroup]],
[[hcSelected]],
[[hcSelectGroup]],
[[hcSetGroup]],
[[hcShownBar]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 06:40, 22 March 2014

Hover & click on the images for description

Description

Description:
Shows or hides high command bar.
There must be some groups under HC command to show HC bar.
Groups:
Uncategorised

Syntax

Syntax:
hcShowBar bool
Parameters:
bool: Boolean -
Return Value:
Nothing

Examples

Example 1:
hcShowBar true;
Example 2:
hcShowBar false;

Additional Information

See also:
High Command, hcAllGroups, hcGroupParams, hcLeader, hcRemoveAllGroups, hcRemoveGroup, hcSelected, hcSelectGroup, hcSetGroup, hcShownBar

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