closeDialog: Difference between revisions

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


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


|p1= idc: [[Integer]] - control ID |= Parameter 1
|p1= controlID : [[Integer]] |= Parameter 1


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

Revision as of 07:45, 27 August 2007

Hover & click on the images for description

Description

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

Syntax

Syntax:
closeDialog controlID
Parameters:
controlID : Integer
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