ctrlVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| ofp |Game name=
| ofp


|1.5|Game version=
|1.5


|gr1= GUI Control |GROUP1=
|gr1= GUI Control


|arg= local |Multiplayer Arguments=
|arg= local




| Returns if a control of the currently active user dialog is shown or not. Read [[Arma: GUI Configuration]] for more information about user dialogs and controls. |DESCRIPTION=
| Returns if a control of the currently active user dialog is shown or not. Read [[Arma: GUI Configuration]] for more information about user dialogs and controls.


| [[Boolean]] <nowiki>=</nowiki> '''ctrlVisible''' idc |SYNTAX=
| [[Boolean]] <nowiki>=</nowiki> '''ctrlVisible''' idc


|p1= idc: [[Number]] - control ID |PARAMETER1=
|p1= idc: [[Number]] - control ID


| [[Boolean]] - true if the control is shown, false if not |RETURNVALUE=
| [[Boolean]] - true if the control is shown, false if not
   
   
|x1= <code>_bool = [[ctrlVisible]] 100;</code> |EXAMPLE1=
|x1= <code>_bool = [[ctrlVisible]] 100;</code>


| [[ctrlShow]], [[ctrlShown]] |SEEALSO=
| [[ctrlShow]], [[ctrlShown]]


}}
}}

Revision as of 01:29, 18 January 2021

Hover & click on the images for description

Description

Description:
Returns if a control of the currently active user dialog is shown or not. Read Arma: GUI Configuration for more information about user dialogs and controls.
Groups:
GUI Control

Syntax

Syntax:
Boolean = ctrlVisible idc
Parameters:
idc: Number - control ID
Return Value:
Boolean - true if the control is shown, false if not

Examples

Example 1:
_bool = ctrlVisible 100;

Additional Information

See also:
ctrlShowctrlShown

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

Bottom Section