shownWatch: 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>")
 
(53 intermediate revisions by 10 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|SHOWNWATCH]]
{{RV|type=command
[[Category:Scripting Commands OFP 1.96|SHOWNWATCH]]
[[Category:Scripting Commands OFP 1.46|SHOWNWATCH]]
[[Category:Scripting Commands ArmA|SHOWNWATCH]]


|game1= ofp
|version1= 1.00


<h2 style="color:#000066">'''shownWatch'''</h2>
|game2= ofpe
|version2= 1.00


|game3= arma1
|version3= 1.00


'''Operand types:'''
|game4= arma2
|version4= 1.00


None.
|game5= arma2oa
|version5= 1.50


'''Type of returned value:'''
|game6= tkoh
|version6= 1.00


[[Boolean]]
|game7= arma3
|version7= 0.50


'''Description:'''
|gr1= Interaction


Check if player has Watch enabled.
|descr= Checks if client has Watch enabled in [[Description.ext|description.ext]] (''showWatch'' param) or force enabled with [[showWatch]] command.


|s1= '''shownWatch'''


'''Example:'''
|r1= [[Boolean]]


? '''shownWatch''' : [[hint]] "You have a Watch."
|x1= <sqf>if (shownWatch) then {hint "You have Watch enabled"};</sqf>
 
|seealso= [[showWatch]] [[visibleWatch]] [[shownGPS]] [[shownCompass]] [[shownHUD]]
}}

Latest revision as of 11:25, 13 May 2022

Hover & click on the images for description

Description

Description:
Checks if client has Watch enabled in description.ext (showWatch param) or force enabled with showWatch command.
Groups:
Interaction

Syntax

Syntax:
shownWatch
Return Value:
Boolean

Examples

Example 1:
if (shownWatch) then {hint "You have Watch enabled"};

Additional Information

See also:
showWatch visibleWatch shownGPS shownCompass shownHUD

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