addMagazine: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (This note is already written in the description body.) |
||
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 September 11, 2007 - 15:39</dd> | <dd class="notedate">Posted on September 11, 2007 - 15:39</dd> |
Revision as of 13:42, 14 April 2008
Description
- Description:
- Add a magazine to a person . 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 a new weapon via scripting commands as well as the magazines for it, the addMagazine command has to be given before the addWeapon command, otherwise the weapon won't be loaded.
- Groups:
- Uncategorised
Syntax
- Syntax:
- Person addMagazine "magazineName"
- Parameters:
- Person: Object - person 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 September 11, 2007 - 15:39
- Lester
- The command doesn't stop adding magazines if the slots are full, it's possible do add much more magazines as slots are defined.
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