disableMapIndicators

From Bohemia Interactive Community
Revision as of 12:43, 6 March 2018 by Warkonaut (talk | contribs) (Created page with "{{DISPLAYTITLE:disableMapIndicators}} {{Command|= Comments ____________________________________________________________________________________________ | arma3dev |= Game nam...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 1.81|1.81]]
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

[[Category:Introduced with arma3dev version 1.81]][[ Category: arma3dev: New Scripting Commands | DISABLEMAPINDICATORS]][[ Category: arma3dev: Scripting Commands | DISABLEMAPINDICATORS]]

Notes

Bottom Section