addWeaponCargoGlobal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("serv...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2oa | | arma2oa | ||
|1.55 | |1.55 | ||
|gr1 = Containers | |gr1 = Containers | ||
Line 15: | Line 15: | ||
| Add weapons to the cargo space of vehicles, which can be taken out by infantry units. | | Add weapons to the cargo space of vehicles, which can be taken out by infantry units. | ||
MP Synchronized | MP Synchronized | ||
| vehicleName [[addWeaponCargoGlobal]] [weaponName, count] | | vehicleName [[addWeaponCargoGlobal]] [weaponName, count] | ||
|p1= vehicleName: [[Object]] - vehicle to add the weapons to | |p1= vehicleName: [[Object]] - vehicle to add the weapons to | ||
|p2= [weaponName, count]: [[Array]] | |p2= [weaponName, count]: [[Array]] | ||
|p3= weaponName: [[String]] - weapon name. See the topic [[:Category:Weapons]] for reference about possible values. | |p3= weaponName: [[String]] - weapon name. See the topic [[:Category:Weapons]] for reference about possible values. | ||
|p4= count: [[Number]] - number of weapons to add. | |p4= count: [[Number]] - number of weapons to add. | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>_truck [[addWeaponCargoGlobal]] ["M16", 5];</code> | |x1= <code>_truck [[addWeaponCargoGlobal]] ["M16", 5];</code> | ||
| [[addMagazineCargo]], [[clearMagazineCargo]], [[clearWeaponCargo]], [[addMagazineCargoGlobal]], [[addBackpackCargo]], [[addBackpackCargoGlobal]], [[addItemCargo]], [[addItemCargoGlobal]], [[addWeaponWithAttachmentsCargoGlobal]] | | [[addMagazineCargo]], [[clearMagazineCargo]], [[clearWeaponCargo]], [[addMagazineCargoGlobal]], [[addBackpackCargo]], [[addBackpackCargoGlobal]], [[addItemCargo]], [[addItemCargoGlobal]], [[addWeaponWithAttachmentsCargoGlobal]] | ||
}} | }} | ||
Revision as of 00:00, 18 January 2021
Description
- Description:
- Add weapons to the cargo space of vehicles, which can be taken out by infantry units. MP Synchronized
- Groups:
- Containers
Syntax
- Syntax:
- vehicleName addWeaponCargoGlobal [weaponName, count]
- Parameters:
- vehicleName: Object - vehicle to add the weapons to
- [weaponName, count]: Array
- weaponName: String - weapon name. See the topic Category:Weapons for reference about possible values.
- count: Number - number of weapons to add.
- Return Value:
- Nothing
Examples
- Example 1:
_truck addWeaponCargoGlobal ["M16", 5];
Additional Information
- See also:
- addMagazineCargoclearMagazineCargoclearWeaponCargoaddMagazineCargoGlobaladdBackpackCargoaddBackpackCargoGlobaladdItemCargoaddItemCargoGlobaladdWeaponWithAttachmentsCargoGlobal
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
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.55
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Containers
- Scripting Commands: Global Effect
- Arma 2: Scripting Commands
- Arma 3: Scripting Commands
- Take On Helicopters: Scripting Commands