addOwnedMine: 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 - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.62


|1.62|Game Version=
|gr1= Mines


|gr1= Mines |GROUP1=
|descr= Sets ownership over a remotely detonatable mine to the unit.
____________________________________________________________________________________________


| Sets ownership over a remotely detonatable mine to the unit. |DESCRIPTION=
|s1= unit [[addOwnedMine]] mine
____________________________________________________________________________________________


| unit [[addOwnedMine]] mine |SYNTAX=
|p1= unit: [[Object]]


|p1= unit: [[Object]] |PARAMETER1=
|p2= mine: [[Object]] - the mine object


|p2= mine: [[Object]] - the mine object |PARAMETER2=
|r1= [[Nothing]]


| Nothing |RETURNVALUE=
|x1= <sqf>player addOwnedMine _superMine;</sqf>
____________________________________________________________________________________________
 
|x1= <code>[[player]] [[addOwnedMine]] _superMine;</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[allMines]], [[createMine]], [[detectedMines]], [[mineActive]], [[getAllOwnedMines]], [[removeOwnedMine]], [[removeAllOwnedMines]] |SEEALSO=
|seealso= [[allMines]] [[createMine]] [[detectedMines]] [[mineActive]] [[getAllOwnedMines]] [[removeOwnedMine]] [[removeAllOwnedMines]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>
{{GameCategory|arma3|Scripting Commands}}

Latest revision as of 11:21, 13 May 2022

Hover & click on the images for description

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:
allMines createMine detectedMines mineActive getAllOwnedMines removeOwnedMine removeAllOwnedMines

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