removeOwnedMine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
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|Comments=
{{Command


| arma3 |Game name=
| arma3


|1.62|Game Version (number surrounded by NO SPACES)=
|1.62


|gr1= Mines |GROUP1=
|gr1= Mines




| Removes ownership over a remotely detonatable mine from the unit. |DESCRIPTION=
| Removes ownership over a remotely detonatable mine from the unit.


| unit [[removeOwnedMine]] mine |SYNTAX=
| unit [[removeOwnedMine]] mine


|p1= Unit: [[Object]] |PARAMETER1=
|p1= Unit: [[Object]]
|p2= mine: [[Object]] - The mine object |PARAMETER2=
|p2= mine: [[Object]] - The mine object




| Nothing |RETURNVALUE=
| Nothing


   
   
|x1= <code>[[player]] [[removeOwnedMine]] SuperMine;</code> |EXAMPLE1=
|x1= <code>[[player]] [[removeOwnedMine]] SuperMine;</code>




| [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[getAllOwnedMines]], [[addOwnedMine]], [[removeAllOwnedMines]] |SEEALSO=
| [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[getAllOwnedMines]], [[addOwnedMine]], [[removeAllOwnedMines]]


}}
}}

Revision as of 02:21, 18 January 2021


Hover & click on the images for description

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

See also:
allMinescreateMinedetectedMinesmineActivegetAllOwnedMinesaddOwnedMineremoveAllOwnedMines

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

Bottom Section