mineDetectedBy: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " \| (\[\[[a-zA-Z ]+\]\]) \|x1=" to " |r1=$1 |x1=")
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.24
|1.24


|gr1= Mines
|gr1= Mines


|Returns [[true]] if mine has been detected by a given side
|descr=Returns [[true]] if mine has been detected by a given side


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


|p1= mine: [[Object]]
|p1= mine: [[Object]]
Line 15: 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