dialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (link wasn't hot)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Returns if a user dialog is present. Read [[Dialog Control]] for more information about user dialogs and controls. |= Description
| Returns if a user dialog is present. Read [[Dialog Control]] for more information about user dialogs and controls. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 04:47, 26 January 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