shownCompass: Difference between revisions

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


| [[showCompass]], [[visibleCompass]], [[shownGPS]], [[shownWatch]] |= See also
| [[showCompass]], [[visibleCompass]], [[shownGPS]], [[shownWatch]], [[shownHUD]] |= See also


}}
}}

Revision as of 16:25, 14 August 2015

Hover & click on the images for description

Description

Description:
Checks if client has Compass enabled in description.ext (showCompass param) or force enabled with showCompass command.
Groups:
Uncategorised

Syntax

Syntax:
shownCompass
Return Value:
Boolean

Examples

Example 1:
if (shownCompass) then {hint "You have Compass enabled"};

Additional Information

See also:
showCompassvisibleCompassshownGPSshownWatchshownHUD

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