closeDisplay: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
Killzone Kid (talk | contribs) (see also, description, example) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Close given display. |= Description | | Close given display with exit code. Most common exit codes are: | ||
<code>#define IDC_OK 1 //emulate "Ok" button</code> | |||
<code>#define IDC_CANCEL 2 //emulate "Cancel" button</code>|= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 19: | Line 21: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>_display [[closeDisplay]] IDC_OK; | ||
//or | |||
_display [[closeDisplay]] 1; | |||
</code> |= Example 1 | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|[[createDisplay]]|= See also | |[[createDisplay]], [[closeDialog]]|= See also | ||
}} | }} |
Revision as of 00:22, 20 August 2014
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