showGPS: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
(Clarify purpose. Not obsolete in A2.)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Enable GPS receiver (default [[false]]) |= Description
| Shows or hides the GPS receiver on the map screen, if enabled for the mission and you possess the item. (default [[false]]) |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 20: Line 20:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[shownGPS]], [[showCompass]], [[showRadio]], [[showWatch]], [[showPad]] |= See also


}}
}}
Line 27: Line 27:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
GeneralCarver, 8/16/09, ArmA 2 v1.03<br/>
 
This command does not work in ArmA 2. The GPS is now an inventory item. It is kept under the weapon class name "ItemGPS". Use the commands addweapon and removeweapon to add or remove it from a unit's inventory. (example: player addweapon "ItemGPS")  
<dd class="notedate">Posted on 16 Aug, 2009</dd>
<dt class="note">'''[[User:Generalcarver|GeneralCarver]]'''</dt><dd class="note">
In Arma 2, the GPS is now an inventory item. Class path is CfgWeapons->ItemGPS. Use the commands addWeapon and removeWeapon to add or remove it from a unit's inventory. (example: player addweapon "ItemGPS")  
</dd>
 
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 04:29, 28 August 2009

Hover & click on the images for description

Description

Description:
Shows or hides the GPS receiver on the map screen, if enabled for the mission and you possess the item. (default false)
Groups:
Uncategorised

Syntax

Syntax:
showGPS show
Parameters:
show: Boolean
Return Value:
Nothing

Examples

Example 1:
showGPS true

Additional Information

See also:
shownGPSshowCompassshowRadioshowWatchshowPad

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 GPS is now an inventory item. Class path is CfgWeapons->ItemGPS. Use the commands addWeapon and removeWeapon to add or remove it from a unit's inventory. (example: player addweapon "ItemGPS")

Bottom Section