shownCompass: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(description)
(description)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Checks if client has Compass enabled in [[description.ext]] (''showCompass'' param). |= Description
| Checks if client has Compass enabled in [[description.ext]] (''showCompass'' param) or force enabled with [[showCompass]] command. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 18:17, 6 September 2014

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:
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