dialog: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
back to [[Scripting_Reference#D|COMREF]]
<h2 style="color:#000066">'''dialog'''</h2>
<h2 style="color:#000066">'''dialog'''</h2>


'''Operand types:'''
'''Operand types:'''
Line 11: Line 14:
'''Description:'''
'''Description:'''


Check if user dialog is present.
Check if user '''dialog''' is present.
 


'''Example:'''
'''Example:'''


? ! '''dialog''' : goto "play"
? ! '''dialog''' : [[goto]] "play"

Revision as of 11:59, 16 April 2006

back to COMREF

dialog


Operand types:

None

Type of returned value:

Boolean

Description:

Check if user dialog is present.


Example:

? ! dialog : goto "play"