allMines: 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 (Some wiki formatting) |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 1.24 | |||
| | |gr1= Mines | ||
| | |descr=Returns an array of all mines in the mission | ||
|s1= [[allMines]] | |||
| | |r1= [[Array]] | ||
| | |x1= <sqf>hint format ["there are %1 mines total", count allMines];</sqf> | ||
| | |x2= <sqf>private _isFirstMineDetected = (allMines select 0) mineDetectedBy blufor;</sqf> | ||
|seealso= [[detectedMines]] [[mineDetectedBy]] [[createMine]] [[mineActive]] [[revealMine]] [[allMissionObjects]] | |||
}} | }} | ||
Latest revision as of 20:51, 7 May 2022
Description
- Description:
- Returns an array of all mines in the mission
- Groups:
- Mines
Syntax
Examples
- Example 1:
- Example 2:
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