closeDialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''closeDialog''' controlID |= Syntax
| '''closeDialog''' idc |= Syntax


|p1= controlID : [[Integer]] |= Parameter 1
|p1= idc : [[Number]] |= Parameter 1


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 17:19, 21 January 2009

Hover & click on the images for description

Description

Description:
Close the currently active user dialog.
Groups:
Uncategorised

Syntax

Syntax:
closeDialog idc
Parameters:
idc : Number
Return Value:
Nothing

Examples

Example 1:
closeDialog 0

Additional Information

See also:
createDialogdialog

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