everyContainer: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|( *\[\[[a-zA-Z]+\]\]) * \|x1=" to "\|r1=$1 \|x1=")
m (Text replacement - "\|" to "|")
Line 12: Line 12:


|p1= object: [[Object]] - Vehicle or ammo box
|p1= object: [[Object]] - Vehicle or ammo box
\|r1= [[Array]]
|r1= [[Array]]


\|x1= <code>[[everyContainer]] [[cursorTarget]];</code>
|x1= <code>[[everyContainer]] [[cursorTarget]];</code>
<pre>[
<pre>[
["V_PlateCarrier1_rgr",2bc06b00# 163955: dummyweapon.p3d],
["V_PlateCarrier1_rgr",2bc06b00# 163955: dummyweapon.p3d],

Revision as of 11:32, 10 June 2021

Hover & click on the images for description

Description

Description:
Description needed
Groups:
Vehicle Inventory

Syntax

Syntax:
Syntax needed
Parameters:
object: Object - Vehicle or ammo box
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
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")