mineDetectedBy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= *\[\[([^ ]+)\]\], \[\[([^ ]+)\]\]" to "|seealso= $1 $2")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(4 intermediate revisions by the same user not shown)
Line 16: Line 16:
|r1= [[Boolean]]
|r1= [[Boolean]]


|x1= <code>([[allMines]] [[select]] 0) [[mineDetectedBy]] [[west]];</code>
|x1= <sqf>(allMines select 0) mineDetectedBy west;</sqf>


|seealso= [[allMines]] [[detectedMines]] [[createMine]] [[mineActive]] [[revealMine]]
|seealso= [[allMines]] [[detectedMines]] [[createMine]] [[mineActive]] [[revealMine]]
}}
}}

Latest revision as of 11:24, 13 May 2022

Hover & click on the images for description

Description

Description:
Returns true if mine has been detected by a given side
Groups:
Mines

Syntax

Syntax:
mine mineDetectedBy faction
Parameters:
mine: Object
faction: Side
Return Value:
Boolean

Examples

Example 1:
(allMines select 0) mineDetectedBy west;

Additional Information

See also:
allMines detectedMines createMine mineActive revealMine

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