backpackContainer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "<dd class="notedate">Posted on ([^<>]+) " to "<dd class="notedate">Posted on $1</dd> ")
Line 40: Line 40:
<dl class='command_description'>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate">Posted on Apr 29, 2014 - 15:19
<dd class="notedate">Posted on Apr 29, 2014 - 15:19</dd>
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]
<dt class="note">[[User:ffur2007slx2_5|ffur2007slx2_5]]
<dd class="note">
<dd class="note">

Revision as of 02:07, 30 January 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Containers

Syntax

Syntax:
Syntax needed
Parameters:
unit: Object - a soldier
Return Value:
Return value needed

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
	]
]
Example 3:
(backpackContainer player) addWeaponCargoGlobal [weapons player select 0,1];

Additional Information

See also:
See also needed

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
Posted on Apr 29, 2014 - 15:19
ffur2007slx2_5
In ArmA3 ver 1.16, we can use either backpackContainer or unitBackpack at present since both of them enjoy same operand type and return value.