allMines: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *arma3 * * *\| *([0-2]\.[0-9]{2}) * " to "|game1= arma3 |version1= $1 ") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
|descr=Returns an array of all mines in the mission | |descr=Returns an array of all mines in the mission | ||
|s1= | |s1= [[allMines]] | ||
|r1=[[Array]] | |r1= [[Array]] | ||
|x1= < | |x1= <sqf>hint format ["there are %1 mines total", count allMines];</sqf> | ||
|x2= < | |x2= <sqf>private _isFirstMineDetected = (allMines select 0) mineDetectedBy blufor;</sqf> | ||
|seealso= [[detectedMines]] | |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