everyContainer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.20|= Game version _________________...")
 
m (Corrected version number – everyContainer is NOT available in v1.20)
Line 4: Line 4:
| arma3 |= Game name
| arma3 |= Game name


|1.20|= Game version
|1.22|= Game version
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 11:25, 17 June 2014

Hover & click on the images for description

Description

Description:
Returns array of all containers (uniforms, vests, backpacks) stored in given crate or vehicle. Used for accessing containers content stored in ammo box or ground holder.
Groups:
Uncategorised

Syntax

Syntax:
everyContainer box
Parameters:
box: Object
Return Value:
Array

Examples

Example 1:
everyContainer cursorTarget;
[
	["V_PlateCarrier1_rgr",2bc06b00# 163955: dummyweapon.p3d],
	["U_B_CombatUniform_mcam",2bc07900# 163954: dummyweapon.p3d]
]

Additional Information

See also:
everyBackpackuniformContainervestContainerbackpackContainer

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