binocularMagazine: Difference between revisions

From Bohemia Interactive Community
m (Some wiki formatting)
mNo edit summary
 
Line 14: Line 14:
|p1= unit: [[Object]]
|p1= unit: [[Object]]


|r1= [[Array]]
|r1= [[Array]] of [[String]]s


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

Latest revision as of 11:53, 1 January 2026

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 of Strings

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.
Only post proven facts here! Add Note