closeDialog: Difference between revisions
Jump to navigation
Jump to search
m (Bot: Reverted to revision 103938 by IT07_bi_wiki on 2017-07-22T14:25:59Z) |
m (template:command argument fix) |
||
Line 13: | Line 13: | ||
| 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>|= | <code>#define IDC_CANCEL 2 //emulate "Cancel" button</code>|DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''closeDialog''' exitcode |= | | '''closeDialog''' exitcode |SYNTAX= | ||
|p1= exitcode : [[Number]] |= | |p1= exitcode : [[Number]] |PARAMETER1= | ||
| [[Nothing]] |= | | [[Nothing]] |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>[[closeDialog]] 2;</code>|= | |x1= <code>[[closeDialog]] 2;</code>|EXAMPLE1= | ||
|x2= <code>#define IDC_CANCEL 2 | |x2= <code>#define IDC_CANCEL 2 | ||
[[closeDialog]] IDC_CANCEL;</code> |= | [[closeDialog]] IDC_CANCEL;</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[createDialog]], [[dialog]], [[closeDisplay]] |= | | [[createDialog]], [[dialog]], [[closeDisplay]] |SEEALSO= | ||
}} | }} |
Revision as of 14:35, 7 April 2019
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:
- Uncategorised
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: Uncategorised
- Scripting Commands: Local Effect
- Scripting Commands OFP 1.99
- Scripting Commands OFP 1.96
- Scripting Commands ArmA
- Command Group: GUI Control
- Command Group: Interaction
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters