addBinocularItem: 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 |MPA...")
 
No edit summary
Line 25: Line 25:
____________________________________________________________________________________________
____________________________________________________________________________________________


|  [[addWeaponItem]], [[removeBinocuarItem]], [[removeAllBinocuarItems]], [[addPrimaryWeaponItem]], [[addSecondaryWeaponItem]], [[addHandgunItem]], [[weaponsItems]], [[binocularItems]], [[primaryWeaponItems]], [[secondaryWeaponItems]], [[handgunItems]] |SEEALSO=  
|  [[addWeaponItem]], [[removeBinocularItem]], [[removeAllBinocularItems]], [[addPrimaryWeaponItem]], [[addSecondaryWeaponItem]], [[addHandgunItem]], [[weaponsItems]], [[binocularItems]], [[primaryWeaponItems]], [[secondaryWeaponItems]], [[handgunItems]] |SEEALSO=  


| |MPBEHAVIOUR=  
| |MPBEHAVIOUR=  

Revision as of 00:17, 8 September 2020

-wrong parameter ("arma3dev") defined!-[[:Category:Introduced with arma3dev version 2.01|2.01]]
Hover & click on the images for description

Description

Description:
Adds weapon item, including magazine, directly to the binocular weapon. This is used for infantry weapons.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
player addBinocularItem "Laserbatteries";

Additional Information

See also:
addWeaponItemremoveBinocularItemremoveAllBinocularItemsaddPrimaryWeaponItemaddSecondaryWeaponItemaddHandgunItemweaponsItemsbinocularItemsprimaryWeaponItemssecondaryWeaponItemshandgunItems

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

[[Category:Introduced with arma3dev version 2.01]][[ Category: arma3dev: New Scripting Commands | ADDBINOCULARITEM]][[ Category: arma3dev: Scripting Commands | ADDBINOCULARITEM]]

Notes

Bottom Section