closeDialog: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| '''closeDialog''' | | '''closeDialog''' exitcode |= Syntax | ||
|p1= | |p1= exitcode : [[Number]] |= Parameter 1 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value |
Revision as of 15:25, 22 July 2017
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