addMagazineGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 9: Line 9:


|eff= global |Multiplayer Effects=
|eff= global |Multiplayer Effects=
|gr1= Broken Commands |=GROUP1
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 46: Line 48:
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Broken Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 17:19, 15 September 2020

Hover & click on the images for description

Description

Description:
Adds magazine to a unit regardless of locality. This command can also be used to add magazine to a vehicle, like a static gun, for example.
This command is broken in MP as it dupes inventory items. Use addMagazine <array> for now, it takes global argument and has global effect too.
Groups:
Broken Commands

Syntax

Syntax:
unit addMagazineGlobal magazineName
Parameters:
unit: Object
magazineName: String
Return Value:
Nothing

Examples

Example 1:
player addMagazineGlobal "30Rnd_65x39_caseless_mag";

Additional Information

See also:
addMagazineaddMagazinesaddMagazineCargoaddMagazineCargoGlobaladdMagazinePooladdMagazineTurretaddMagazineAmmoCargo

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

Notes

Bottom Section