addMagazines: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
Lou Montana (talk | contribs) m (Add infobox) |
||
(11 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 0.50 | |||
|arg= global | |arg= global | ||
|eff= global | |eff= global | ||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
|descr= Adds multiple magazines to the unit. For cargo containers use [[addMagazineCargoGlobal]] command. | |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= | |s1= unit [[addMagazines]] [magazineName, count] | ||
|p1= unit: [[Object]] - a soldier | |p1= unit: [[Object]] - a soldier | ||
|p2 | |p2= magazineName: [[String]] | ||
| | |p3= count: [[Number]] - number of magazines | ||
|r1= [[Nothing]] | |r1= [[Nothing]] | ||
|x1= < | |x1= <sqf>player addMagazines ["30Rnd_65x39_caseless_mag", 3];</sqf> | ||
|seealso= [[addMagazineGlobal]] | |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