showWatch: 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 watch on the map screen, if enabled for the mission and you possess the item. (default [[true]]) |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 20: | Line 20: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[shownWatch]], [[showCompass]], [[showGPS]], [[showRadio]], [[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 Watch is now an inventory item. Class path is CfgWeapons->ItemWatch. Use the commands addWeapon and removeWeapon to add or remove it from a unit's inventory. (example: player addweapon "ItemWatch") | |||
</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> | ||
</dl> | </dl> | ||
<!-- Note Section END --> | |||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> |
Revision as of 03:28, 28 August 2009
Description
- Description:
- Shows or hides the watch on the map screen, if enabled for the mission and you possess the item. (default true)
- Groups:
- Uncategorised
Syntax
Examples
- Example 1:
showWatch 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 Watch is now an inventory item. Class path is CfgWeapons->ItemWatch. Use the commands addWeapon and removeWeapon to add or remove it from a unit's inventory. (example: player addweapon "ItemWatch")