closeDialog: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]2(\|.*)]]" to "{{GameCategory|arma2|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| ofp |Game name= | | ofp |Game name= | ||
Line 11: | Line 10: | ||
|gr1= GUI Control |GROUP1= | |gr1= GUI Control |GROUP1= | ||
| Close the currently active user dialog with exit code. Most common exit codes are: | | Close the currently active user dialog with exit code. Most common exit codes are: | ||
<code>#define IDC_OK 1 //emulate "Ok" button</code> | <code>#define IDC_OK 1 //emulate "Ok" button</code> | ||
<code>#define IDC_CANCEL 2 //emulate "Cancel" button</code>|DESCRIPTION= | <code>#define IDC_CANCEL 2 //emulate "Cancel" button</code>|DESCRIPTION= | ||
| '''closeDialog''' exitcode |SYNTAX= | | '''closeDialog''' exitcode |SYNTAX= | ||
Line 23: | Line 20: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|x1= <code>[[closeDialog]] 2;</code>|EXAMPLE1= | |x1= <code>[[closeDialog]] 2;</code>|EXAMPLE1= | ||
Line 29: | Line 25: | ||
|x2= <code>#define IDC_CANCEL 2 | |x2= <code>#define IDC_CANCEL 2 | ||
[[closeDialog]] IDC_CANCEL;</code> |EXAMPLE2= | [[closeDialog]] IDC_CANCEL;</code> |EXAMPLE2= | ||
| [[createDialog]], [[dialog]], [[closeDisplay]] |SEEALSO= | | [[createDialog]], [[dialog]], [[closeDisplay]] |SEEALSO= |
Revision as of 00:18, 17 January 2021
Description
- Description:
- Close the currently active user dialog with exit code. Most common exit codes are:
#define IDC_OK 1 //emulate "Ok" button
#define IDC_CANCEL 2 //emulate "Cancel" button
- Groups:
- GUI Control
Syntax
Examples
- Example 1:
closeDialog 2;
- Example 2:
#define IDC_CANCEL 2 closeDialog IDC_CANCEL;
Additional Information
- See also:
- createDialogdialogcloseDisplay
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.5
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: GUI Control
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- ArmA: Armed Assault: Scripting Commands
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands