everyContainer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m (template:command argument fix) |
||
Line 13: | Line 13: | ||
|p1= box: [[Object]] |= Parameter 1 | |p1= box: [[Object]] |= Parameter 1 | ||
| [[Array]] |= | | [[Array]] |RETURNVALUE= | ||
Line 20: | Line 20: | ||
["V_PlateCarrier1_rgr",2bc06b00# 163955: dummyweapon.p3d], | ["V_PlateCarrier1_rgr",2bc06b00# 163955: dummyweapon.p3d], | ||
["U_B_CombatUniform_mcam",2bc07900# 163954: dummyweapon.p3d] | ["U_B_CombatUniform_mcam",2bc07900# 163954: dummyweapon.p3d] | ||
]</pre>|= | ]</pre>|EXAMPLE1= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[everyBackpack]], [[uniformContainer]], [[vestContainer]], [[backpackContainer]] |= | | [[everyBackpack]], [[uniformContainer]], [[vestContainer]], [[backpackContainer]] |SEEALSO= | ||
| |= | | |MPBEHAVIOUR= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
}} | }} |
Revision as of 10:31, 7 April 2019
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
Examples
- Example 1:
everyContainer cursorTarget;
[ ["V_PlateCarrier1_rgr",2bc06b00# 163955: dummyweapon.p3d], ["U_B_CombatUniform_mcam",2bc07900# 163954: dummyweapon.p3d] ]
Additional Information
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
- Posted on July 20, 2017 - 12:07 (UTC)
- Yuval
-
The returned array is in the following format:
[ [containerClassname1, containerObject1], [containerClassname2, containerObject2], .... [containerClassnameN, containerObjectN] ]
Please do note that typeOf containerObjectN does not return containerClassnameN but rather the containerClass configured in config (usually "supplyN")