allMines: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 79839 by Ffur2007slx2 5 on 2014-06-22T08:03:57Z)
m (template:command argument fix)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


|Returns an array of all mines in the mission |= Description
|Returns an array of all mines in the mission |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''allMines''' |= Syntax
| '''allMines''' |SYNTAX=


| [[Array]] |= Return value
| [[Array]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
Line 21: Line 21:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[detectedMines]], [[mineDetectedBy]], [[createMine]], [[mineActive]], [[revealMine]], [[allMissionObjects]] |= See also
| [[detectedMines]], [[mineDetectedBy]], [[createMine]], [[mineActive]], [[revealMine]], [[allMissionObjects]] |SEEALSO=


}}
}}

Revision as of 12:25, 7 April 2019

Hover & click on the images for description

Description

Description:
Returns an array of all mines in the mission
Groups:
Uncategorised

Syntax

Syntax:
allMines
Return Value:
Array

Examples

Example 1:
allMines
Example 2:
(allMines select 0) mineDetectedBy west;

Additional Information

See also:
detectedMinesmineDetectedBycreateMinemineActiverevealMineallMissionObjects

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

Notes

Bottom Section