shownCompass: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(see also)
mNo edit summary
Line 18: Line 18:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[showCompass]], [[showGPS]], [[showWatch]], [[visibleCompass]] |= See also
| [[showCompass]], [[visibleCompass]], [[shownGPS]], [[shownWatch]] |= See also


}}
}}

Revision as of 00:24, 29 May 2014

Hover & click on the images for description

Description

Description:
Check if player has compass enabled.
Groups:
Uncategorised

Syntax

Syntax:
Boolean = shownCompass
Return Value:
Boolean

Examples

Example 1:
if (shownCompass) then {hint "You have a compass"};

Additional Information

See also:
showCompassvisibleCompassshownGPSshownWatch

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