showMap: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| ofp |Game name=
| ofp |Game name=
Line 7: Line 6:


|gr1= Map |GROUP1=
|gr1= Map |GROUP1=
____________________________________________________________________________________________


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


| '''showMap''' show |SYNTAX=
| '''showMap''' show |SYNTAX=
Line 17: Line 14:


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
   
   
|x1= <code>showMap [[false]]</code> |EXAMPLE1=
|x1= <code>showMap [[false]]</code> |EXAMPLE1=
____________________________________________________________________________________________


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

Revision as of 04:45, 17 January 2021

Hover & click on the images for description

Description

Description:
Enable Map (default true)
Groups:
Map

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