addMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (template:command argument fix)
(35 intermediate revisions by 16 users not shown)
Line 1: Line 1:
[[Category:Scripting Commands|A]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.97|A]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|A]]
[[Category:Scripting Commands ArmA|A]]


back to [[Scripting_Reference#A|COMREF]]
| ofp |= Game name


|1.00|= Game version


<h2 style="color:#000066">'''''unit'' addMagazineCargo ''magazines'''''</h2>
|arg= global |= Arguments in MP


|eff= local |= Effects in MP
____________________________________________________________________________________________


'''Operand types:'''
| 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. <br><br>


'''unit:''' [[Object]]
{{Feature arma3|In Arma 3, arguments for this command must be local ({{EffArg|cmd|arg|loc}}). For global variant see [[addMagazineCargoGlobal]]}}|DESCRIPTION=
____________________________________________________________________________________________


'''magazines:''' [[Array]]
| vehicleName '''addMagazineCargo''' [magazineName, count] |SYNTAX=


'''Type of returned value:'''
|p1= vehicleName: [[Object]] - vehicle to add the magazines to |PARAMETER1=


[[Nothing]]
|p2= [magazineName, count]: [[Array]] |PARAMETER2=


'''Description:'''
|p3= magazineName: [[String]] - magazine name. See the topic [[:Category:Weapons]] for reference about possible values. |PARAMETER3=


Add magazines to weapon cargo space.
|p4= count: [[Number]] - number of magazines to add |PARAMETER4=


Used for infantry weapons.
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>_truck [[addMagazineCargo]] ["M16", 5];</code> |EXAMPLE1=
____________________________________________________________________________________________
| [[addMagazineCargoGlobal]], [[addMagazine]], [[addMagazineGlobal]], [[addMagazines]], [[addMagazinePool]], [[addMagazineTurret]], [[clearMagazineCargo]], [[addWeaponCargo]], [[clearWeaponCargo]], [[getMagazineCargo]], [[addItemCargo]], [[addItemCargoGlobal]], [[addMagazineAmmoCargo]] |SEEALSO=


Format of magazines is '''''[magazineName, count]'''''.
}}


For magazineName values see [[Weapons]].
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on October 24, 2009 - 11:02,  (CEST)
<dt class="note">[[User:Sbsmac|Sbsmac]]<dd class="note"> Only works on clients.
<!-- Note Section END -->
</dl>


<h3 style="display:none">Bottom Section</h3>


'''Example:'''
[[Category:Scripting Commands|ADDMAGAZINECARGO]]
 
[[Category:Scripting Commands OFP 1.99|ADDMAGAZINECARGO]]
rearmTruckOne '''addMagazineCargo''' ["M16",10]
[[Category:Scripting Commands OFP 1.96|ADDMAGAZINECARGO]]
[[Category:Scripting Commands OFP 1.46|ADDMAGAZINECARGO]]
[[Category:Scripting Commands ArmA|ADDMAGAZINECARGO]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]

Revision as of 15:27, 7 April 2019

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.

Template:Feature arma3
Groups:
Uncategorised

Syntax

Syntax:
vehicleName addMagazineCargo [magazineName, count]
Parameters:
vehicleName: Object - vehicle to add the magazines to
[magazineName, count]: Array
magazineName: String - magazine name. See the topic 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

Notes

Posted on October 24, 2009 - 11:02, (CEST)
Sbsmac
Only works on clients.

Bottom Section