detectedMines: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " |r1=[[" to " |r1= [[")
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
Line 18: Line 18:
|x2= <code>[[detectedMines]] [[side]] [[player]];</code>
|x2= <code>[[detectedMines]] [[side]] [[player]];</code>


|seealso= [[allMines]], [[mineDetectedBy]], [[createMine]], [[mineActive]], [[revealMine]]
|seealso= [[allMines]] [[mineDetectedBy]], [[createMine]], [[mineActive]], [[revealMine]]
}}
}}

Revision as of 15:56, 20 January 2022

Hover & click on the images for description

Description

Description:
Returns an array of all mines detected by a given side
Groups:
Mines

Syntax

Syntax:
detectedMines side
Parameters:
side: side
Return Value:
Array

Examples

Example 1:
detectedMines west;
Example 2:
detectedMines side player;

Additional Information

See also:
allMines mineDetectedBycreateMinemineActiverevealMine

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