hcShowBar: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Text replacement - "\|s([0-9])\= '''([^' ]+)'''([^ ]+) " to "|s$1= $2$3 ")
Line 17: Line 17:
|descr= Shows or hides [[High Command|high command]] bar. There must be some groups under HC command to show HC bar.{{Feature|arma3| Since Arma 3 v1.94 this command returns [[Nothing]] as it should}}
|descr= Shows or hides [[High Command|high command]] bar. There must be some groups under HC command to show HC bar.{{Feature|arma3| Since Arma 3 v1.94 this command returns [[Nothing]] as it should}}


|s1= '''hcShowBar''' bool
|s1= [[hcShowBar]] bool


|p1= bool: [[Boolean]]
|p1= bool: [[Boolean]]

Revision as of 18:07, 20 June 2021

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.
Arma 3
Since Arma 3 v1.94 this command returns Nothing as it should
Groups:
High Command

Syntax

Syntax:
hcShowBar bool
Parameters:
bool: Boolean
Return Value:
Nothing (prior to Arma 3 v1.94 this command returned Object of null value)

Examples

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

Additional Information

See also:
High CommandhcAllGroupshcGroupParamshcLeaderhcRemoveAllGroupshcRemoveGrouphcSelectedhcSelectGrouphcSetGrouphcShownBaronHCGroupSelectionChanged

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