disableMapIndicators: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:disableMapIndicators}} | {{DISPLAYTITLE:disableMapIndicators}} | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma3 |Game name= | | arma3 |Game name= | ||
Line 9: | Line 8: | ||
|gr1= Difficulty |GROUP1= | |gr1= Difficulty |GROUP1= | ||
| Command allows suppressing visualization of FRIENDLY, ENEMY, MINES and/or PING map indicators from difficulty setting EXTENDED MAP CONTENT. | | Command allows suppressing visualization of FRIENDLY, ENEMY, MINES and/or PING map indicators from difficulty setting EXTENDED MAP CONTENT. | ||
|DESCRIPTION= | |DESCRIPTION= | ||
| '''disableMapIndicators''' [disableFriendly,disableEnemy,disableMines,disablePing] |SYNTAX= | | '''disableMapIndicators''' [disableFriendly,disableEnemy,disableMines,disablePing] |SYNTAX= | ||
Line 23: | Line 20: | ||
| [[Nothing]] |RETURNVALUE= | | [[Nothing]] |RETURNVALUE= | ||
|x1= Disable visualization of friendly and enemy units:<code>[[disableMapIndicators]] [true,true,false,false];</code> |EXAMPLE1= | |x1= Disable visualization of friendly and enemy units:<code>[[disableMapIndicators]] [true,true,false,false];</code> |EXAMPLE1= | ||
| mp = Effect is local. |= Multiplayer | | mp = Effect is local. |= Multiplayer | ||
| [[difficultyOption]] |SEEALSO= | | [[difficultyOption]] |SEEALSO= |
Revision as of 00:44, 17 January 2021
Description
- Description:
- Command allows suppressing visualization of FRIENDLY, ENEMY, MINES and/or PING map indicators from difficulty setting EXTENDED MAP CONTENT.
- Multiplayer:
- Effect is local.
- Groups:
- Difficulty
Syntax
- Syntax:
- disableMapIndicators [disableFriendly,disableEnemy,disableMines,disablePing]
- Parameters:
- disableFriendly: Boolean - true: disable visualization of friendly units
- disableEnemy: Boolean - true: disable visualization of enemy units
- disableMines: Boolean - true: disable visualization of mines
- disablePing: Boolean - true: disable visualization of all tactical pings
- Return Value:
- Nothing
Examples
- Example 1:
- Disable visualization of friendly and enemy units:
disableMapIndicators [true,true,false,false];
Additional Information
- See also:
- difficultyOption
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