removeOwnedMine: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Arma[ _]3(\|.*)\]\]" to "{{GameCategory|arma3|Scripting Commands}}") |
Lou Montana (talk | contribs) 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 02:13, 17 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