Difference between revisions of "everyContainer"
Jump to navigation
Jump to search
m (Corrected version number – everyContainer is NOT available in v1.20) |
|||
Line 39: | Line 39: | ||
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | [[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]] | ||
+ | |||
+ | <!-- CONTINUE Notes --> | ||
+ | <dl class="command_description"> | ||
+ | <dd class="notedate">Posted on July 20, 2017 - 12:07 (UTC)</dd> | ||
+ | <dt class="note">[[User:Yuval|Yuval]]</dt> | ||
+ | <dd class="note"> | ||
+ | The returned array is in the following format:<br /> | ||
+ | <code>[ | ||
+ | [containerClassname1, containerObject1], | ||
+ | [containerClassname2, containerObject2], | ||
+ | .... | ||
+ | [containerClassnameN, containerObjectN] | ||
+ | ] | ||
+ | </code> | ||
+ | Please do not that [[typeOf]] containerObjectN '''does not''' return containerClassnameN but rather the containerClass configured in config (usually "supplyN") | ||
+ | |||
+ | </dd> | ||
+ | </dl> | ||
+ | <!-- DISCONTINUE Notes --> |
Revision as of 13:07, 20 July 2017
Click on the images for descriptions
Introduced in
- Game:
- Arma 3
- Version:
- 1.22
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.
Syntax
Examples
- Example 1:
everyContainer cursorTarget;
[ ["V_PlateCarrier1_rgr",2bc06b00# 163955: dummyweapon.p3d], ["U_B_CombatUniform_mcam",2bc07900# 163954: dummyweapon.p3d] ]
Additional Information
- Multiplayer:
- -
- See also:
- everyBackpackuniformContainervestContainerbackpackContainer
Notes
Only post proven facts here. Report bugs on the feedback tracker. Use the talk page or the forums for discussions.
Add New Note | How To
Add New Note | How To
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 not that typeOf containerObjectN does not return containerClassnameN but rather the containerClass configured in config (usually "supplyN")