allMines: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \| *('''[a-zA-Z0-9]+''') \|r1=" to " \|s1= $1 |r1=") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(10 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 an array of all mines in the mission | |descr=Returns an array of all mines in the mission | ||
|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