allMines: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
(36 intermediate revisions by 4 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> | |||
|x1= < | |||
|x2= < | |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