closeDisplay
Jump to navigation
Jump to search
Description
- Description:
- Close given display 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
- Syntax:
- display closeDisplay exitcode
- Parameters:
- display: Display
- exitcode: Number
- Return Value:
- Nothing
Examples
- Example 1:
_display closeDisplay IDC_OK; //or _display closeDisplay 1;
Additional Information
- See also:
- createDisplaycloseDialog
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