backpackContainer

From Bohemia Interactive Community
Revision as of 19:55, 12 October 2013 by Killzone Kid (talk | contribs) (Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.04|= Game version ____________________...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Returns a cargo container of a unit's backpack.
Groups:
Uncategorised

Syntax

Syntax:
backpackContainer unit
Parameters:
unit: Object - a soldier
Return Value:
Object - cargo container or <NULL-object>

Examples

Example 1:
hint str backpackContainer player; //1a5f7900# 163944: backpack_fast.p3d
Example 2:
hint str getMagazineCargo backpackContainer player; [ [ "APERSBoundingMine_Range_Mag", "ClaymoreDirectionalMine_Remote_Mag", "SLAMDirectionalMine_Wire_Mag", "DemoCharge_Remote_Mag" ],[ 3, 2, 2, 1 ] ]

Additional Information

See also:
unitBackpackuniformContainervestContainer

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