weaponAccessoriesCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "{{Command " to "{{RV|type=command ")
m (Text replacement - "\|s([0-9])\= ([^' ]+)'''([^' ]+)'''([^ ]*) " to "|s$1= $2$3$4 ")
(12 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3
|game1= arma3
 
|version1= 1.22
|1.22


|gr1= Vehicle Inventory
|gr1= Vehicle Inventory
Line 11: Line 10:
|gr3= Unit Inventory
|gr3= Unit Inventory


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


| container '''weaponAccessoriesCargo''' [weaponId, creatorId]
|s1= container [[weaponAccessoriesCargo]] [weaponId, creatorId]


|p1= container: [[Object]] - cargo container
|p1= container: [[Object]] - cargo container
Line 21: Line 20:
|p4= creatorId: [[Number]]
|p4= creatorId: [[Number]]


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


| [[weaponAccessories]], [[primaryWeaponItems]], [[handgunItems]], [[secondaryWeaponItems]], [[weaponsItems]], [[weaponsItemsCargo]], [[removeWeaponAttachmentCargo]], [[removeWeaponCargo]]
|x1= -


|
|seealso= [[weaponAccessories]], [[primaryWeaponItems]], [[handgunItems]], [[secondaryWeaponItems]], [[weaponsItems]], [[weaponsItemsCargo]], [[removeWeaponAttachmentCargo]], [[removeWeaponCargo]]
}}
}}
{{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