addMagazines: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (locality) |
Lou Montana (talk | contribs) m (Add infobox) |
||
(42 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
| | |version1= 0.50 | ||
| | |arg= global | ||
| | |eff= global | ||
| | |gr1= Unit Inventory | ||
| unit | |descr= Adds multiple magazines to the unit. For cargo containers use [[addMagazineCargoGlobal]] command. | ||
{{Feature|informative|This command is meant to be used on human units. If used on vehicles, this command is {{Icon|localArgument|32}} {{Icon|globalEffect|32}}.}} | |||
| | |s1= unit [[addMagazines]] [magazineName, count] | ||
| | |p1= unit: [[Object]] - a soldier | ||
| | |p2= magazineName: [[String]] | ||
| | |p3= count: [[Number]] - number of magazines | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>player addMagazines ["30Rnd_65x39_caseless_mag", 3];</sqf> | |||
| | |seealso= [[addMagazineGlobal]] [[addMagazine]] [[addMagazineCargo]] [[addMagazineCargoGlobal]] [[addMagazinePool]] [[addMagazineTurret]] [[addMagazineAmmoCargo]] | ||
}} | }} | ||
Latest revision as of 18:29, 16 July 2023
Description
- Description:
- Adds multiple magazines to the unit. For cargo containers use addMagazineCargoGlobal command.
- Groups:
- Unit Inventory
Syntax
- Syntax:
- unit addMagazines [magazineName, count]
- Parameters:
- unit: Object - a soldier
- magazineName: String
- count: Number - number of magazines
- Return Value:
- Nothing
Examples
- Example 1:
Additional Information
- See also:
- addMagazineGlobal addMagazine addMagazineCargo addMagazineCargoGlobal addMagazinePool addMagazineTurret addMagazineAmmoCargo
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