mineDetectedBy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| *(game[0-9]|version[0-9]|gr[0-9]|serverExec|mp|pr|descr|s[0-9]|p[0-9]{1,3}|r[0-9]|x1?[0-9]|seealso) *= +" to " |$1= ")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(10 intermediate revisions by the same user not shown)
Line 8: Line 8:
|descr=Returns [[true]] if mine has been detected by a given side
|descr=Returns [[true]] if mine has been detected by a given side


|s1= mine '''mineDetectedBy''' faction
|s1= mine [[mineDetectedBy]] faction


|p1= mine: [[Object]]
|p1= mine: [[Object]]
Line 14: Line 14:
|p2= faction: [[Side]]
|p2= faction: [[Side]]


|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