dialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 37: Line 37:
[[Category:Scripting Commands OFP 1.96|DIALOG]]
[[Category:Scripting Commands OFP 1.96|DIALOG]]
[[Category:Scripting Commands ArmA|DIALOG]]
[[Category:Scripting Commands ArmA|DIALOG]]
[[Category:Command_Group:_GUI_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Interaction|{{uc:{{PAGENAME}}}}]]

Revision as of 06:11, 24 February 2007

Hover & click on the images for description

Description

Description:
Returns if a user dialog is present. Read Dialog Control for more information about user dialogs and controls.
Groups:
Uncategorised

Syntax

Syntax:
dialog
Return Value:
Boolean - true if a dialog is open, false if not

Examples

Example 1:
?!(dialog) : createDialog "Dialog1"

Additional Information

See also:
createDialogcloseDialog

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