removeBinocularItem: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|Comments= ____________________________________________________________________________ | arma3dev |Game name= |2.01|Game version= |arg= local |MPARGUMENTS= |eff=...")
 
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________


| arma3dev |Game name=
|game1= arma3
|version1= 2.02


|2.01|Game version=
|arg= local
|eff= global


|arg= local |MPARGUMENTS=
|gr1= Unit Inventory
|eff= global |MPeff=
____________________________________________________________________________


| Removes given weapon item, including magazine, from the [[binocular]] weapon. |DESCRIPTION=
|descr= Removes given weapon item, including magazine, from the [[binocular]] weapon.
____________________________________________________________________________


| unit '''removeBinocularItem''' item |SYNTAX=
|s1= unit [[removeBinocularItem]] item


|p1= unit: [[Object]]


|p1= unit: [[Object]] |PARAMETER1=
|p2= item: [[String]]


|p2= item: [[String]] |PARAMETER2=
|r1= [[Nothing]]


| [[Nothing]] |RETURNVALUE=
|x1= <code>[[player]] [[removeBinocularItem]] "Laserbatteries";</code>


 
|seealso= [[addBinocularItem]], [[binocularItems]], [[removeAllBinocularItems]], [[removePrimaryWeaponItem]], [[removeSecondaryWeaponItem]], [[removeHandgunItem]]
|x1= <code>[[player]] [[removeBinocularItem]] "Laserbatteries";</code>|EXAMPLE1=
 
____________________________________________________________________________
 
| [[addBinocularItem]], [[binocularItems]], [[removeAllBinocularItems]], [[removePrimaryWeaponItem]], [[removeSecondaryWeaponItem]], [[removeHandgunItem]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 18:59, 20 June 2021

Hover & click on the images for description

Description

Description:
Removes given weapon item, including magazine, from the binocular weapon.
Groups:
Unit Inventory

Syntax

Syntax:
unit removeBinocularItem item
Parameters:
unit: Object
item: String
Return Value:
Nothing

Examples

Example 1:
player removeBinocularItem "Laserbatteries";

Additional Information

See also:
addBinocularItembinocularItemsremoveAllBinocularItemsremovePrimaryWeaponItemremoveSecondaryWeaponItemremoveHandgunItem

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