weaponAccessoriesCargo: Difference between revisions
Jump to navigation
Jump to search
m (template:command argument fix) |
Killzone Kid (talk | contribs) (category) |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| Returns array with all items assigned to the given weapon in given cargo container.|DESCRIPTION= | | Returns array with all items assigned to the given weapon in given cargo container. | ||
{{warning|This is unoffical documentation. All Information here is as it exists in the Engine. It might not reflect the reality.}}|DESCRIPTION= | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 23: | Line 24: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[weaponAccessories]], [[primaryWeaponItems]], [[handgunItems]], [[secondaryWeaponItems]], [[weaponsItems]], [[weaponsItemsCargo]] |SEEALSO= | | [[weaponAccessories]], [[primaryWeaponItems]], [[handgunItems]], [[secondaryWeaponItems]], [[weaponsItems]], [[weaponsItemsCargo]], [[removeWeaponAttachmentCargo]], [[removeWeaponCargo]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
Line 37: | Line 38: | ||
<h3 style='display:none'>Bottom Section</h3> | <h3 style='display:none'>Bottom Section</h3> | ||
[[Category:Commands Using Weapon Id|{{uc:{{PAGENAME}}}}]] | |||
[[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | [[Category:Arma_3:_New_Scripting_Commands_List|{{uc:{{PAGENAME}}}}]] | ||
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]] | [[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]] |
Revision as of 00:29, 29 June 2019
Description
- Description:
- Returns array with all items assigned to the given weapon in given cargo container.
- Groups:
- Uncategorised
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
- Examples:
- Example needed
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
Notes
Bottom Section