shownCompass: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "\[\[[cC]ategory:[sS]cripting [cC]ommands\|[a-z A-Z 0-9_]+\]\]" to "") |
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
||
Line 15: | Line 15: | ||
|x1= <code>[[if]] ([[shownCompass]]) [[then]] {[[hint]] "You have Compass enabled"};</code> | |x1= <code>[[if]] ([[shownCompass]]) [[then]] {[[hint]] "You have Compass enabled"};</code> | ||
| [[showCompass]], [[visibleCompass]], [[shownGPS]], [[shownWatch]], [[shownHUD]] | |seealso= [[showCompass]], [[visibleCompass]], [[shownGPS]], [[shownWatch]], [[shownHUD]] | ||
}} | }} | ||
Revision as of 00:07, 17 February 2021
Description
- Description:
- Description needed
- Groups:
- Interaction
Syntax
- Syntax:
- Syntax needed
- Return Value:
- Return value needed
Examples
- Example 1:
if (shownCompass) then {hint "You have Compass enabled"};
Additional Information
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
- Posted on March 9, 2020 - 08:12 (UTC)
- POLPOX
- Even if you're aiming down a sight (which is usually you can't open the compass), shownCompass returns true if you press the compass key (K).