getBackpackCargo: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) (see also) |
Killzone Kid (talk | contribs) (see also) |
||
Line 18: | Line 18: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= <code>_content = [[getBackpackCargo]] carName;</ | |x1= <code>_content = [[getBackpackCargo]] carName;</code> |= Example 1 | ||
|x2= <code>_content = [[getBackpackCargo]] ammoBoxName;</ | |x2= <code>_content = [[getBackpackCargo]] ammoBoxName;</code> |= Example 2 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 19:07, 13 April 2014
Description
- Description:
- Returns all backpack types and count from the cargo space
- Groups:
- Uncategorised
Syntax
- Syntax:
- result = 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:
- backpackCargoaddBackpackCargoaddBackpackCargoGlobalclearBackpackCargoclearBackpackCargoGlobal
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
- ArmA 2 OA: New Scripting Commands List
- Scripting Commands ArmA2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters