mineDetectedBy: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl> " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.24 | |1.24 | ||
|gr1= Mines | |gr1= Mines | ||
|Returns [[true]] if mine has been detected by a given side | |Returns [[true]] if mine has been detected by a given side | ||
| mine '''mineDetectedBy''' faction | | mine '''mineDetectedBy''' faction | ||
|p1= mine: [[Object]] | |p1= mine: [[Object]] | ||
|p2= faction: [[Side]] | |p2= faction: [[Side]] | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>([[allMines]] [[select]] 0) [[mineDetectedBy]] [[west]];</code> | |x1= <code>([[allMines]] [[select]] 0) [[mineDetectedBy]] [[west]];</code> | ||
| [[allMines]], [[detectedMines]], [[createMine]], [[mineActive]], [[revealMine]] | | [[allMines]], [[detectedMines]], [[createMine]], [[mineActive]], [[revealMine]] | ||
}} | }} |
Revision as of 01:06, 18 January 2021
Description
Syntax
Examples
- Example 1:
(allMines select 0) mineDetectedBy west;
Additional Information
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