addMagazine: Difference between revisions
Jump to navigation
Jump to search
m (moved notes) |
mNo edit summary |
||
Line 11: | Line 11: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Add a magazine to a unit. Infantry units can only carry a specific number of magazines, once the magazine slots are filled, any further addMagazine commands are ignored.''Note:'' When you add as well magazines as a new weapon via scripting commands, the addMagazine command has to be given ''before'' the [[addWeapon]] command, otherwise the magazines won't be loaded into the weapon. |= Description | | Add a magazine to a unit. Infantry units can only carry a specific number of magazines, once the magazine slots are filled, any further addMagazine commands are ignored. | ||
''Note:'' When you add as well magazines as a new weapon via scripting commands, the addMagazine command has to be given ''before'' the [[addWeapon]] command, otherwise the magazines won't be loaded into the weapon. |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 18: | Line 20: | ||
|p1= unit: [[Object]] - unit to add the magazines to |= Parameter 1 | |p1= unit: [[Object]] - unit to add the magazines to |= Parameter 1 | ||
|p2= magazineName: [[String]] - magazine name. See the | |p2= magazineName: [[String]] - magazine name. See the topic [[Weapon and Magazine Names]] for reference about possible values. |= Parameter 2 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value |
Revision as of 11:06, 2 August 2006
Description
- Description:
- Add a magazine to a unit. Infantry units can only carry a specific number of magazines, once the magazine slots are filled, any further addMagazine commands are ignored. Note: When you add as well magazines as a new weapon via scripting commands, the addMagazine command has to be given before the addWeapon command, otherwise the magazines won't be loaded into the weapon.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unit addMagazine magazineName
- Parameters:
- unit: Object - unit to add the magazines to
- magazineName: String - magazine name. See the topic Weapon and Magazine Names for reference about possible values.
- Return Value:
- Nothing
Examples
- Example 1:
player addMagazine "M16"
Additional Information
- See also:
- removeMagazineremoveMagazinesaddWeapon
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
-
If the unit has magazines already, you may need to use the commands removeMagazine or removeMagazines to make space for the mags you want to add.