dialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(45 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofpr |= Game name
|game1= ofp
|version1= 1.78


|1.78|= Game version
|game2= ofpe
____________________________________________________________________________________________
|version2= 1.00


| Returns if a user dialog is present.
|game3= arma1
|version3= 1.00


Read [[Dialog Control]] for more information about user dialogs and controls. |= Description
|game4= arma2
____________________________________________________________________________________________
|version4= 1.00


| '''dialog''' |= Syntax
|game5= arma2oa
|version5= 1.50


| [[Boolean]] - 
|game6= tkoh
true if a dialog is open, false if not |= Return value
|version6= 1.00
____________________________________________________________________________________________
 
|x1= <pre>?!(dialog) : createDialog "Dialog1"</pre> |= Example 1
____________________________________________________________________________________________


| [[createDialog]], [[closeDialog]] |= See also
|game7= arma3
|version7= 0.50


}}
|gr1= GUI Control
 
|descr= Tests whether any user dialog is open.


<h3 style="display:none">Notes</h3>
|s1= [[dialog]]
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
|r1= [[Boolean]] - [[true]] if a dialog is open, [[false]] if not
</dl>


<h3 style="display:none">Bottom Section</h3>
|x1= <sqf>if (!dialog) then { createDialog "Dialog1"; };</sqf>


[[Category:Scripting Commands|DIALOG]]
|seealso= [[createDisplay]] [[createDialog]] [[closeDialog]] [[Arma: GUI Configuration]]
[[Category:Scripting Commands OFP 1.96|DIALOG]]
}}
[[Category:Scripting Commands ArmA|DIALOG]]

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

Description

Description:
Tests whether any user dialog is open.
Groups:
GUI Control

Syntax

Syntax:
dialog
Return Value:
Boolean - true if a dialog is open, false if not

Examples

Example 1:
if (!dialog) then { createDialog "Dialog1"; };

Additional Information

See also:
createDisplay createDialog closeDialog Arma: GUI Configuration

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