backpackCargo: Difference between revisions

From Bohemia Interactive Community
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *F([a-z ])" to "$1 - f$2")
mNo edit summary
 
Line 12: Line 12:
|p1= box: [[Object]]
|p1= box: [[Object]]


|r1= [[Array]] - format: ["BackpackType1", "BackpackType1", "BackpackType2", ...]
|r1= [[Array]] of [[String]]s - class names ["BackpackType1", "BackpackType1", "BackpackType2", ...]


|x1= <sqf>hint str backpackCargo vehicle player;</sqf>
|x1= <sqf>hint str backpackCargo vehicle player;</sqf>

Latest revision as of 09:57, 4 April 2026

Hover & click on the images for description

Description

Description:
Get array with backpacks from ammo box (or any general weapon holder container).
Groups:
Containers

Syntax

Syntax:
backpackCargo box
Parameters:
box: Object
Return Value:
Array of Strings - class names ["BackpackType1", "BackpackType1", "BackpackType2", ...]

Examples

Example 1:
hint str backpackCargo vehicle player;

Additional Information

See also:
backpackContainer firstBackpack unitBackpack backpack getBackpackCargo backpackItems addBackpack addBackpackCargo addBackpackCargoGlobal removeBackpack clearBackpackCargo clearBackpackCargoGlobal clearAllItemsFromBackpack loadBackpack backpackSpaceFor canAddItemToBackpack addItemToBackpack removeItemFromBackpack everyBackpack

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord.
Only post proven facts here! Add Note