showMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (formatted notes)
m (template:command argument fix)
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Enable Map (default [[true]]) |= Description
| Enable Map (default [[true]]) |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''showMap''' show |= Syntax
| '''showMap''' show |SYNTAX=


|p1= show: [[Boolean]] |= Parameter 1
|p1= show: [[Boolean]] |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>showMap [[false]]</code> |= Example 1
|x1= <code>showMap [[false]]</code> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[showCompass]], [[showGPS]], [[showRadio]], [[showWatch]], [[showPad]], [[shownMap]]  |= See also
| [[showCompass]], [[showGPS]], [[showRadio]], [[showWatch]], [[showPad]], [[shownMap]]  |SEEALSO=


}}
}}

Revision as of 15:49, 7 April 2019

Hover & click on the images for description

Description

Description:
Enable Map (default true)
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
showMap false

Additional Information

See also:
showCompassshowGPSshowRadioshowWatchshowPadshownMap

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

Unknown
In ArmA 2 - This command no longer works. The map is now an inventory item. It is kept under the weapon class name "itemmap".
Example: unitname removeweapon "itemmap" To add again use unitname addweapon "itemmap".

Bottom Section