mineDetectedBy: Difference between revisions
|  (added Parameter) | Lou Montana (talk | contribs)  m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") | ||
| (37 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| {{ | {{RV|type=command | ||
| | arma3 |=  | |game1= arma3 | ||
| |version1= 1.24 | |||
| | | |gr1= Mines | ||
| |descr=Returns [[true]] if mine has been detected by a given side | |||
| | | |s1= mine [[mineDetectedBy]] faction | ||
| | mine  | |p1= mine: [[Object]] | ||
| | | |p2= faction: [[Side]] | ||
| | | |r1= [[Boolean]] | ||
| |x1= <sqf>(allMines select 0) mineDetectedBy west;</sqf> | |||
| |x1= < | |||
| |seealso= [[allMines]] [[detectedMines]] [[createMine]] [[mineActive]] [[revealMine]] | |||
| }} | }} | ||
Latest revision as of 10:24, 13 May 2022
Description
Syntax
- Syntax:
- mine mineDetectedBy faction
- Parameters:
- mine: Object
- faction: Side
- Return Value:
- Boolean
Examples
- Example 1:
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
 
	