ctrlVisible
From Bohemia Interactive Community
| Editors, please check Policy: Scripting Command Page Syntax. |
Click on the images for descriptions
Introduced in
- Game:
- Operation Flashpoint
- Version:
- 1.5
Description
- Description:
- Returns if a control of the currently active user dialog is shown or not. Read Dialog Control for more information about user dialogs and controls.
Syntax
- Syntax:
- Boolean = ctrlVisible idc
- Parameters:
- idc: Integer - control ID
- Return Value:
- Boolean - true if the control is shown, false if not
Examples
- Example 1:
_ok=ctrlVisible 100
Additional Information
- Multiplayer:
- Behaviour unknown.
- See also:
- ctrlShow

