addMagazineGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|=GROUP1" to "|GROUP1=")
(Remove warning)
Line 13: Line 13:
____________________________________________________________________________________________
____________________________________________________________________________________________


| 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.
| 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. |DESCRIPTION=


{{warning|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.}}  |DESCRIPTION=
|mp= Before {{arma3}} v2.00 this command was broken in MP and duplicated items per the number of clients. |MULTIPLAYER=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 24: Line 24:
|p2= magazineName: [[String]] |PARAMETER2=
|p2= magazineName: [[String]] |PARAMETER2=


| [[Nothing]] |RETURNVALUE=
| [[Nothing]] |RETURNVALUE=
 
 
|x1= <code>[[player]] [[addMagazineGlobal]] "30Rnd_65x39_caseless_mag";</code>|EXAMPLE1=  


|x1= <code>[[player]] [[addMagazineGlobal]] "30Rnd_65x39_caseless_mag";</code>|EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addMagazine]], [[addMagazines]], [[addMagazineCargo]], [[addMagazineCargoGlobal]], [[addMagazinePool]], [[addMagazineTurret]], [[addMagazineAmmoCargo]] |SEEALSO=  
| [[addMagazine]], [[addMagazines]], [[addMagazineCargo]], [[addMagazineCargoGlobal]], [[addMagazinePool]], [[addMagazineTurret]], [[addMagazineAmmoCargo]] |SEEALSO=  
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}


Line 45: Line 40:


<h3 style='display:none'>Bottom Section</h3>
<h3 style='display:none'>Bottom Section</h3>
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 00:26, 22 December 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.
Multiplayer:
Before Arma 3 v2.00 this command was broken in MP and duplicated items per the number of clients.
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