addMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " +" to " ")
m (Text replacement - " |r1=[[" to " |r1= [[")
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| ofp
|game1= ofp
|version1= 1.00


|1.00
|game2= ofpe
|version2= 1.00
 
|game3= arma1
|version3= 1.00
 
|game4= arma2
|version4= 1.00
 
|game5= arma2oa
|version5= 1.50
 
|game6= tkoh
|version6= 1.00
 
|game7= arma3
|version7= 0.50


|gr1= Containers
|gr1= Containers
Line 11: Line 28:
|eff= local
|eff= local


| Add magazines to the cargo space of vehicles, which can be taken out by infantry units. Once the magazine cargo space is filled up, any further addMagazineCargo commands are ignored.
|descr= Add magazines to the cargo space of vehicles, which can be taken out by infantry units. Once the magazine cargo space is filled up, any further addMagazineCargo commands are ignored.
{{Feature|arma3|In Arma 3, arguments for this command must be local ({{Icon|localArgument|32}}). For global variant see [[addMagazineCargoGlobal]].}}
{{Feature|arma3|In Arma 3, arguments for this command must be local ({{Icon|localArgument|32}}). For global variant see [[addMagazineCargoGlobal]].}}


| vehicleName [[addMagazineCargo]] [magazineName, count]
|s1= vehicleName [[addMagazineCargo]] [magazineName, count]


|p1= vehicleName: [[Object]] - vehicle to add the magazines to
|p1= vehicleName: [[Object]] - vehicle to add the magazines to
Line 24: Line 41:
|p4= count: [[Number]] - number of magazines to add
|p4= count: [[Number]] - number of magazines to add


|r1=[[Nothing]]
|r1= [[Nothing]]


|x1= <code>_truck [[addMagazineCargo]] ["M16", 5];</code>
|x1= <code>_truck [[addMagazineCargo]] ["M16", 5];</code>
Line 32: Line 49:


<dl class="command_description">
<dl class="command_description">
<dt></dt>
<dt></dt>
<dd class="notedate">Posted on October 24, 2009 - 11:02,  (CEST)</dd>
<dd class="notedate">Posted on October 24, 2009 - 11:02,  (CEST)</dd>
Line 37: Line 55:
<dd class="note"> Only works on clients.
<dd class="note"> Only works on clients.
</dl>
</dl>
{{GameCategory|arma1|Scripting Commands}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}

Revision as of 23:35, 7 August 2021

Hover & click on the images for description

Description

Description:
Add magazines to the cargo space of vehicles, which can be taken out by infantry units. Once the magazine cargo space is filled up, any further addMagazineCargo commands are ignored.
Arma 3
In Arma 3, arguments for this command must be local (LALocal). For global variant see addMagazineCargoGlobal.
Groups:
Containers

Syntax

Syntax:
vehicleName addMagazineCargo [magazineName, count]
Parameters:
vehicleName: Object - vehicle to add the magazines to
[magazineName, count]: Array
magazineName: String - magazine name. See Category:Weapons for reference about possible values.
count: Number - number of magazines to add
Return Value:
Nothing

Examples

Example 1:
_truck addMagazineCargo ["M16", 5];

Additional Information

See also:
addMagazineCargoGlobaladdMagazineaddMagazineGlobaladdMagazinesaddMagazinePooladdMagazineTurretclearMagazineCargoaddWeaponCargoclearWeaponCargogetMagazineCargoaddItemCargoaddItemCargoGlobaladdMagazineAmmoCargo

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
Posted on October 24, 2009 - 11:02, (CEST)
Sbsmac
Only works on clients.