disableMapIndicators: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|= Game version" to "|Game version=")
m (Text replacement - "|= Game name" to "|Game name=")
Line 3: Line 3:
____________________________________________________________________________________________
____________________________________________________________________________________________


| arma3 |= Game name
| arma3 |Game name=


|1.82|Game version=
|1.82|Game version=

Revision as of 14:14, 31 August 2019


Hover & click on the images for description

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:
Uncategorised

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:
See also needed

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

Bottom Section