getItemCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma3 |Game name=
| arma3 |Game name=
Line 9: Line 8:


|gr1= Vehicle Inventory |GROUP1=
|gr1= Vehicle Inventory |GROUP1=
____________________________________________________________________________________________


| Returns all items names and count from ammo box (or any general weapon holder container).  |DESCRIPTION=
| Returns all items names and count from ammo box (or any general weapon holder container).  |DESCRIPTION=
____________________________________________________________________________________________


| '''getItemCargo''' box |SYNTAX=
| '''getItemCargo''' box |SYNTAX=
Line 23: Line 20:
|x1= <code>[[hint]] [[str]] [[getItemCargo]] [[cursorTarget]];</code>|EXAMPLE1=  
|x1= <code>[[hint]] [[str]] [[getItemCargo]] [[cursorTarget]];</code>|EXAMPLE1=  


____________________________________________________________________________________________


| [[itemCargo]], [[addItemCargo]], [[addItemCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]] |SEEALSO=  
| [[itemCargo]], [[addItemCargo]], [[addItemCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
}}
}}



Revision as of 02:22, 17 January 2021

Hover & click on the images for description

Description

Description:
Returns all items names and count from ammo box (or any general weapon holder container).
Groups:
Vehicle Inventory

Syntax

Syntax:
getItemCargo box
Parameters:
box: Object
Return Value:
Array of Arrays - Format: [["5ItemsType1","10ItemsType2"],[5,10]]

Examples

Example 1:
hint str getItemCargo cursorTarget;

Additional Information

See also:
itemCargoaddItemCargoaddItemCargoGlobalclearItemCargoclearItemCargoGlobal

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