addMagazine: Difference between revisions
Jump to navigation
Jump to search
(changed weapons link from OFP to category page) |
No edit summary |
||
Line 38: | Line 38: | ||
<dd class="notedate">Posted on August 2, 2006 - 06:59</dd> | <dd class="notedate">Posted on August 2, 2006 - 06:59</dd> | ||
<dt class="note">'''[[User:Hoz|Hoz]]'''</dt><dd class="note">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.</dd> | <dt class="note">'''[[User:Hoz|Hoz]]'''</dt><dd class="note">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.</dd> | ||
<dd class="notedate">Posted on December 25, 2006 - 21:53</dd> | |||
<dt class="note">'''[[User:Weasel75|Weasel75]]'''</dt><dd class="note">If you want to equip a soldier with new weapon and ammo, add the ammo first. This way, the weapon starts loaded. If you would add the weapon first, it starts empty, even when adding ammo later.</dd> | |||
<!-- Note Section END --> | <!-- Note Section END --> |
Revision as of 22:53, 25 December 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 Category:Weapons 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
- Posted on August 2, 2006 - 06:59
- Hoz
- 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.
- Posted on December 25, 2006 - 21:53
- Weasel75
- If you want to equip a soldier with new weapon and ammo, add the ammo first. This way, the weapon starts loaded. If you would add the weapon first, it starts empty, even when adding ammo later.
Bottom Section
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands: Global Effect
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Command Group: Weapons