weaponAccessoriesCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\{\{GameCategory\|(arma[0123])\|[ _]?New[ _]Scripting[ _]Commands[ _]List\}\}" to "{{GameCategory|$1|New Scripting Commands}}")
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Command|Comments=
{{RV|type=command
____________________________________________________________________________________________


| arma3 |Game name=
|game1= arma3
|version1= 1.22


|1.22|Game version=
|gr1= Vehicle Inventory


|gr1= Vehicle Inventory |GROUP1=
|gr2= Containers


|gr2= Containers |GROUP2=
|gr3= Unit Inventory


|gr3= Unit Inventory |GROUP3=
|descr= Returns array with all items assigned to the given weapon in given cargo container.
____________________________________________________________________________________________
{{Feature|Warning|This is unofficial documentation. All Information here is as it exists in the Engine. It might not reflect the reality.}}


| Returns array with all items assigned to the given weapon in given cargo container.
|s1= container [[weaponAccessoriesCargo]] [weaponId, creatorId]
{{Warning|This is unofficial documentation. All Information here is as it exists in the Engine. It might not reflect the reality.}}|DESCRIPTION=
____________________________________________________________________________________________


| container '''weaponAccessoriesCargo''' [weaponId, creatorId] |SYNTAX=
|p1= container: [[Object]] - cargo container
|p2= [weaponId, creatorId]: [[Array]]
|p3= weaponId: [[Number]]
|p4= creatorId: [[Number]]


|p1= container: [[Object]] - cargo container |PARAMETER1=
|r1= [[Array]] -  [silencer, laserpointer/flashlight, optics, bipod]
|p2= [weaponId, creatorId]: [[Array]]  |PARAMETER2=
|p3= weaponId: [[Number]]  |PARAMETER3=
|p4= creatorId: [[Number]]  |PARAMETER4=


| [[Array]] - [silencer, laserpointer/flashlight, optics, bipod] |RETURNVALUE=
|x1= -


 
|seealso= [[weaponAccessories]], [[primaryWeaponItems]], [[handgunItems]], [[secondaryWeaponItems]], [[weaponsItems]], [[weaponsItemsCargo]], [[removeWeaponAttachmentCargo]], [[removeWeaponCargo]]
|x1= |EXAMPLE1=
____________________________________________________________________________________________
 
| [[weaponAccessories]], [[primaryWeaponItems]], [[handgunItems]], [[secondaryWeaponItems]], [[weaponsItems]], [[weaponsItemsCargo]], [[removeWeaponAttachmentCargo]], [[removeWeaponCargo]] |SEEALSO=
 
|  |MPBEHAVIOUR=
____________________________________________________________________________________________
}}
}}
<h3 style='display:none'>Notes</h3>
<dl class='command_description'>
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style='display:none'>Bottom Section</h3>
{{GameCategory|arma3|New Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
<!-- CONTINUE Notes -->
<!-- DISCONTINUE Notes -->

Revision as of 19:11, 20 June 2021

Hover & click on the images for description

Description

Description:
Returns array with all items assigned to the given weapon in given cargo container.
This is unofficial documentation. All Information here is as it exists in the Engine. It might not reflect the reality.
Groups:
Vehicle InventoryContainersUnit Inventory

Syntax

Syntax:
container weaponAccessoriesCargo [weaponId, creatorId]
Parameters:
container: Object - cargo container
[weaponId, creatorId]: Array
weaponId: Number
creatorId: Number
Return Value:
Array - [silencer, laserpointer/flashlight, optics, bipod]

Examples

Example 1:
-

Additional Information

See also:
weaponAccessoriesprimaryWeaponItemshandgunItemssecondaryWeaponItemsweaponsItemsweaponsItemsCargoremoveWeaponAttachmentCargoremoveWeaponCargo

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