removeOwnedMine: 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: | ||
<!-- removeOwnedMine --> | <!-- removeOwnedMine --> | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.62 | |1.62 | ||
|gr1= Mines | |gr1= Mines | ||
| Removes ownership over a remotely detonatable mine from the unit. | | Removes ownership over a remotely detonatable mine from the unit. | ||
| unit [[removeOwnedMine]] mine | | unit [[removeOwnedMine]] mine | ||
|p1= Unit: [[Object]] | |p1= Unit: [[Object]] | ||
|p2= mine: [[Object]] - The mine object | |p2= mine: [[Object]] - The mine object | ||
| Nothing | | Nothing | ||
|x1= <code>[[player]] [[removeOwnedMine]] SuperMine;</code> | |x1= <code>[[player]] [[removeOwnedMine]] SuperMine;</code> | ||
| [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[getAllOwnedMines]], [[addOwnedMine]], [[removeAllOwnedMines]] | | [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[getAllOwnedMines]], [[addOwnedMine]], [[removeAllOwnedMines]] | ||
}} | }} |
Revision as of 01:21, 18 January 2021
Description
- Description:
- Removes ownership over a remotely detonatable mine from the unit.
- Groups:
- Mines
Syntax
- Syntax:
- unit removeOwnedMine mine
- Parameters:
- Unit: Object
- mine: Object - The mine object
- Return Value:
- Nothing
Examples
- Example 1:
player removeOwnedMine SuperMine;
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