removeOwnedMine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
<!-- removeOwnedMine -->
<!-- removeOwnedMine -->
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 9: Line 8:
|gr1= Mines |GROUP1=
|gr1= Mines |GROUP1=


____________________________________________________________________________________________


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


| unit [[removeOwnedMine]] mine |SYNTAX=
| unit [[removeOwnedMine]] mine |SYNTAX=
Line 22: Line 19:
| Nothing |RETURNVALUE=
| Nothing |RETURNVALUE=


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


____________________________________________________________________________________________


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


}}
}}

Revision as of 03:13, 17 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