addOwnedMine: 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"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma3 | | arma3 | ||
|1.62 | |1.62 | ||
|gr1= Mines | |gr1= Mines | ||
| Sets ownership over a remotely detonatable mine to the unit. | | Sets ownership over a remotely detonatable mine to the unit. | ||
| unit [[addOwnedMine]] mine | | unit [[addOwnedMine]] mine | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
|p2= mine: [[Object]] - the mine object | |p2= mine: [[Object]] - the mine object | ||
| Nothing | | Nothing | ||
|x1= <code>[[player]] [[addOwnedMine]] _superMine;</code> | |x1= <code>[[player]] [[addOwnedMine]] _superMine;</code> | ||
| [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[getAllOwnedMines]], [[removeOwnedMine]], [[removeAllOwnedMines]] | | [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[getAllOwnedMines]], [[removeOwnedMine]], [[removeAllOwnedMines]] | ||
}} | }} | ||
Revision as of 00:02, 18 January 2021
Description
- Description:
- Sets ownership over a remotely detonatable mine to the unit.
- Groups:
- Mines
Syntax
- Syntax:
- unit addOwnedMine mine
- Parameters:
- unit: Object
- mine: Object - the mine object
- Return Value:
- Nothing
Examples
- Example 1:
player addOwnedMine _superMine;
Additional Information
- See also:
- allMinescreateMinedetectedMinesmineActivegetAllOwnedMinesremoveOwnedMineremoveAllOwnedMines
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