getBackpackCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "[[Category:ArmA 2 OA: New Scripting Commands List" to "[[Category:Arma 2: Operation Arrowhead: New Scripting Commands List") |
Lou Montana (talk | contribs) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns all backpack types and count from the cargo space |DESCRIPTION= | | Returns all backpack types and count from the cargo space. |DESCRIPTION= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| | | [[getBackpackCargo]] object |SYNTAX= | ||
|p1= object: [[Object]] - object to check |PARAMETER1= | |p1= object: [[Object]] - object to check |PARAMETER1= | ||
| [[Array]] of Arrays - Format | | [[Array]] of Arrays - Format <tt>[["5BackpacksType1", "10BackpacksType2"], [5, 10]]</tt> |RETURNVALUE= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_content = [[getBackpackCargo]] carName;</code> |EXAMPLE1= | |x1= <code>_content = [[getBackpackCargo]] carName;</code> |EXAMPLE1= | ||
|x2= <code>_content = [[getBackpackCargo]] ammoBoxName;</code> |EXAMPLE2= | |x2= <code>_content = [[getBackpackCargo]] ammoBoxName;</code> |EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 34: | Line 34: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command Group: Containers|{{uc:{{PAGENAME}}}}]] |
Revision as of 19:19, 25 November 2019
Description
- Description:
- Returns all backpack types and count from the cargo space.
- Groups:
- Uncategorised
Syntax
- Syntax:
- getBackpackCargo object
- Parameters:
- object: Object - object to check
- Return Value:
- Array of Arrays - Format [["5BackpacksType1", "10BackpacksType2"], [5, 10]]
Examples
- Example 1:
_content = getBackpackCargo carName;
- Example 2:
_content = getBackpackCargo ammoBoxName;
Additional Information
- See also:
- backpackContainerfirstBackpackunitBackpackbackpackbackpackCargobackpackItemsaddBackpackaddBackpackCargoaddBackpackCargoGlobalremoveBackpackclearBackpackCargoclearBackpackCargoGlobalclearAllItemsFromBackpackloadBackpackbackpackSpaceForcanAddItemToBackpackaddItemToBackpackremoveItemFromBackpackeveryBackpack
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: Uncategorised
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Containers