removeAllOwnedMines: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...) |
||
Line 1: | Line 1: | ||
<!-- removeAllOwnedMines --> | <!-- removeAllOwnedMines --> | ||
{{Command | {{Command | ||
|A3|= Game | |A3|= Game | ||
|1.62 | |1.62 | ||
|gr1= Mines | |gr1= Mines | ||
| Removes ownership of all owned mines/explosive devices of the given unit | | Removes ownership of all owned mines/explosive devices of the given unit | ||
| '''removeAllOwnedMines''' unit | | '''removeAllOwnedMines''' unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>[[removeAllOwnedMines]] [[player]];</code> | |x1= <code>[[removeAllOwnedMines]] [[player]];</code> | ||
| [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[removeOwnedMine]], [[addOwnedMine]] | | [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[removeOwnedMine]], [[addOwnedMine]] | ||
}} | }} |
Revision as of 01:22, 18 January 2021
Description
- Description:
- Removes ownership of all owned mines/explosive devices of the given unit
- Groups:
- Mines
Syntax
Examples
- Example 1:
removeAllOwnedMines player;
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
[[Category:Introduced with A3 version 1.62]][[ Category: A3: New Scripting Commands | REMOVEALLOWNEDMINES]][[ Category: A3: Scripting Commands | REMOVEALLOWNEDMINES]]