revealMine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Added allMines, detectedMines, mineDetectedBy)
(see also/ example)
Line 19: Line 19:




|x1= <code>
|x1= <code>[[west]] [[revealMine]] _mine;</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[allMines]], [[detectedMines]], [[mineDetectedBy]] |= See also
| [[allMines]], [[detectedMines]], [[mineDetectedBy]], [[createMine]], [[mineActive]] |= See also


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 21:20, 20 June 2014

Hover & click on the images for description

Description

Description:
Sets given mine as known to the side. (Knowledge about a mine is always shared across all units in a side.)
Groups:
Uncategorised

Syntax

Syntax:
side revealMine mine
Parameters:
side: Side
mine: Object
Return Value:
Nothing

Examples

Example 1:
west revealMine _mine;

Additional Information

See also:
allMinesdetectedMinesmineDetectedBycreateMinemineActive

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