addWeapon: Difference between revisions
Jump to navigation
Jump to search
m (VBS2 scripting category removal) |
(mass edit: removing obsolete </dt> and </dd> tags) |
||
Line 34: | Line 34: | ||
<!-- Note Section BEGIN --> | <!-- Note Section BEGIN --> | ||
<dd class="notedate">Posted on August 2, 2006 - 10:19 | <dd class="notedate">Posted on August 2, 2006 - 10:19 | ||
<dt class="note">'''[[User:Hardrock|hardrock]]''' | <dt class="note">'''[[User:Hardrock|hardrock]]'''<dd class="note">''Notes from before the conversion:'' | ||
To ensure that the weapon is loaded at the start of the mission, add at least one magazine ([[addMagazine]]) before adding the weapon. To remove weapons use the [[removeAllWeapons]] or the [[removeWeapon]] commands. | To ensure that the weapon is loaded at the start of the mission, add at least one magazine ([[addMagazine]]) before adding the weapon. To remove weapons use the [[removeAllWeapons]] or the [[removeWeapon]] commands. | ||
<dt class="note">'''[[User:Talkingtoaj|talkingtoaj]]''' | |||
<dt class="note">'''[[User:Talkingtoaj|talkingtoaj]]'''<dd class="note"> | |||
When adding a weapon in-game, a bug means that sometimes the weapon can't be fired. Swap to a different weapon and swap back again to enable the newly added weapon to fire; or drop and pick up the weapon again. | When adding a weapon in-game, a bug means that sometimes the weapon can't be fired. Swap to a different weapon and swap back again to enable the newly added weapon to fire; or drop and pick up the weapon again. | ||
Revision as of 16:49, 17 October 2011
Description
- Description:
- Add a weapon to a unit. Infantry units can only carry a specific number of weapons, once the weapon slots are filled, any further addWeapon commands are ignored.
- Groups:
- Uncategorised
Syntax
- Syntax:
- unitName addWeapon weaponName
- Parameters:
- unitName: Object - unit to add the weapon to
- weaponName: String - weapon name. See the topic Category:Weapons for reference about possible values.
- Return Value:
- Nothing
Examples
- Example 1:
player addWeapon "M16"
Additional Information
- See also:
- removeWeaponremoveAllWeaponsaddMagazine
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 - 10:19
- hardrock
- Notes from before the conversion: To ensure that the weapon is loaded at the start of the mission, add at least one magazine (addMagazine) before adding the weapon. To remove weapons use the removeAllWeapons or the removeWeapon commands.
- talkingtoaj
- When adding a weapon in-game, a bug means that sometimes the weapon can't be fired. Swap to a different weapon and swap back again to enable the newly added weapon to fire; or drop and pick up the weapon again.
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
- Scripting Commands ArmA2