disableMapIndicators: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{DISPLAYTITLE:disableMapIndicators}} {{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game nam...")
 
m (Changed version to 1.82 stable)
Line 3: Line 3:
____________________________________________________________________________________________
____________________________________________________________________________________________


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


|1.81|= Game version
|1.82|= Game version
|eff= local|= Effects in MP
|eff= local|= Effects in MP
____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 23:13, 17 April 2018


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