showCompass: Difference between revisions
Jump to navigation
Jump to search
m (Command Obsolete in ArmA 2) |
Dr Eyeball (talk | contribs) (Clarify purpose. Not obsolete in A2.) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | Shows or hides the compass on the map screen, if enabled for the mission and you possess the item. (default [[true]]) |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 20: | Line 20: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[shownCompass]], [[showGPS]], [[showRadio]], [[showWatch]], [[showPad]] |= See also | ||
}} | }} | ||
Line 27: | Line 27: | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on 16 Aug, 2009</dd> | |||
<dt class="note">'''[[User:Generalcarver|GeneralCarver]]'''</dt><dd class="note"> | |||
In Arma 2, the Compass is now an inventory item. Class path is CfgWeapons->ItemCompass. Use the commands addWeapon and removeWeapon to add or remove it from a unit's inventory. (example: player addweapon "ItemCompass") | |||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> |
Revision as of 03:29, 28 August 2009
Description
- Description:
- Shows or hides the compass on the map screen, if enabled for the mission and you possess the item. (default true)
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
showCompass false
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
Notes
- Posted on 16 Aug, 2009
- GeneralCarver
- In Arma 2, the Compass is now an inventory item. Class path is CfgWeapons->ItemCompass. Use the commands addWeapon and removeWeapon to add or remove it from a unit's inventory. (example: player addweapon "ItemCompass")