addMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
(43 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 |Multiplayer Arguments=


|eff= local |Multiplayer Effects=
____________________________________________________________________________________________


'''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.
{{Feature arma3|In Arma 3, arguments for this command must be local ({{EffArg|cmd|arg|loc}}). For global variant see [[addMagazineCargoGlobal]].}} |DESCRIPTION=
____________________________________________________________________________________________


'''unit:''' [[Object]]
| vehicleName [[addMagazineCargo]] [magazineName, count] |SYNTAX=


'''magazines:''' [[Array]]
|p1= vehicleName: [[Object]] - vehicle to add the magazines to |PARAMETER1=


'''Type of returned value:'''
|p2= [magazineName, count]: [[Array]] |PARAMETER2=


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


'''Description:'''
|p4= count: [[Number]] - number of magazines to add |PARAMETER4=


Add magazines to weapon cargo space.
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
 
|x1= <code>_truck [[addMagazineCargo]] ["M16", 5];</code> |EXAMPLE1=
____________________________________________________________________________________________
| [[addMagazineCargoGlobal]], [[addMagazine]], [[addMagazineGlobal]], [[addMagazines]], [[addMagazinePool]], [[addMagazineTurret]], [[clearMagazineCargo]], [[addWeaponCargo]], [[clearWeaponCargo]], [[getMagazineCargo]], [[addItemCargo]], [[addItemCargoGlobal]], [[addMagazineAmmoCargo]] |SEEALSO=
}}


Used for infantry 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>


Format of magazines is '''''[magazineName, count]'''''.
<h3 style="display:none">Bottom Section</h3>


For magazineName values see [[Weapons]].
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands OFP 1.46|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands OFP 1.96|{{uc:{{PAGENAME}}}}]]
'''Example:'''
[[Category:Scripting Commands OFP 1.99|{{uc:{{PAGENAME}}}}]]
 
[[Category:Scripting Commands Armed Assault|{{uc:{{PAGENAME}}}}]]
rearmTruckOne '''addMagazineCargo''' ["M16",10]
[[Category:Scripting Commands Arma 2|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands Take On Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Command Group: Containers|{{uc:{{PAGENAME}}}}]]

Revision as of 17:46, 3 June 2020

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 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