shownWatch: 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#U|COMREF]]
back to [[Scripting_Reference#S|COMREF]]


<h2 style="color:#000066">'''shownWatch'''</h2>
<h2 style="color:#000066">'''shownWatch'''</h2>
Line 14: Line 14:


Check if player has Watch enabled.
Check if player has Watch enabled.


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


? '''shownWatch''' : hint "You have a Watch."
? '''shownWatch''' : [[hint]] "You have a Watch."

Revision as of 12:16, 17 April 2006

back to COMREF

shownWatch

Operand types:

None.

Type of returned value:

Boolean

Description:

Check if player has Watch enabled.


Example:

? shownWatch : hint "You have a Watch."