binocularMagazine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|gr2= Containers |GROUP2=" to "|gr2= Unit Inventory |GROUP2=")
m (Some wiki formatting)
 
(27 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________


| arma3dev |Game name=
|game1= arma3
|2.01|Game version=
|version1= 2.02
|arg= global|Multiplayer Arguments=


|gr1= Weapons |GROUP1=
|arg= global


|gr2= Unit Inventory |GROUP2=
|gr1= Unit Inventory
____________________________________________________________________________


| Collects all loaded [[magazines]] from all [[binocular]] muzzles and returns them in [[Array]], otherwise it returns []. This command is used for infantry weapons only.|DESCRIPTION=
|descr= Collects all loaded [[magazines]] from all [[binocular]] muzzles and returns them in [[Array]], otherwise it returns []. This command is used for infantry weapons only.
____________________________________________________________________________


| '''binocularMagazine''' unit |SYNTAX=
|s1= [[binocularMagazine]]  unit


|p1= unit: [[Object]] |PARAMETER1=
|p1= unit: [[Object]]


| [[Array]] |RETURNVALUE=
|r1= [[Array]]


|x1= <sqf>hint str binocularMagazine player; // ["Laserbatteries"]</sqf>


|x1= <code>[[hint]] [[str]] [[binocularMagazine]] [[player]]; //["Laserbatteries"]
|seealso= [[binocularItems]] [[addBinocularItem]] [[removeBinocularItem]] [[removeAllBinocularItems]] [[primaryWeaponMagazine]] [[secondaryWeaponMagazine]] [[handgunMagazine]]
</code>|EXAMPLE1=
 
____________________________________________________________________________
 
| [[binocularItems]], [[addBinocularItem]], [[removeBinocularItem]], [[removeAllBinocularItems]], [[primaryWeaponMagazine]], [[secondaryWeaponMagazine]], [[handgunMagazine]] |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}}}}]]

Latest revision as of 17:20, 4 May 2022

Hover & click on the images for description

Description

Description:
Collects all loaded magazines from all binocular muzzles and returns them in Array, otherwise it returns []. This command is used for infantry weapons only.
Groups:
Unit Inventory

Syntax

Syntax:
binocularMagazine unit
Parameters:
unit: Object
Return Value:
Array

Examples

Example 1:
hint str binocularMagazine player; // ["Laserbatteries"]

Additional Information

See also:
binocularItems addBinocularItem removeBinocularItem removeAllBinocularItems primaryWeaponMagazine secondaryWeaponMagazine handgunMagazine

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