secondaryWeaponItems: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^ ]+) <\/sqf>" to "<sqf>$1</sqf>") |
||
(43 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 |= | |game1= arma3 | ||
|version1= 0.50 | |||
| | |gr1= Unit Inventory | ||
| Returns array with all items assigned to the | |descr= Returns array with all items assigned to the [[secondaryWeapon]] except magazines. Use [[secondaryWeaponMagazine]] command for the latter. This command is used for infantry weapons only. | ||
| | |s1= [[secondaryWeaponItems]] unit | ||
|p1= unit: [[Object]] | |p1= unit: [[Object]] | ||
| [[Array]] | |r1= [[Array]] - [silencer, laserpointer/flashlight, optics, bipod] | ||
|x1= <sqf>secondaryWeaponItems player; //["","","",""]</sqf> | |||
| | |seealso= [[addSecondaryWeaponItem]] [[weaponAccessories]] [[weaponAccessoriesCargo]] [[handgunItems]] [[primaryWeaponItems]] [[binocularItems]] [[weaponsItems]] [[weaponsItemsCargo]] | ||
}} | }} | ||
Latest revision as of 11:04, 13 May 2022
Description
- Description:
- Returns array with all items assigned to the secondaryWeapon except magazines. Use secondaryWeaponMagazine command for the latter. This command is used for infantry weapons only.
- Groups:
- Unit Inventory
Syntax
- Syntax:
- secondaryWeaponItems unit
- Parameters:
- unit: Object
- Return Value:
- Array - [silencer, laserpointer/flashlight, optics, bipod]
Examples
- Example 1:
Additional Information
- See also:
- addSecondaryWeaponItem weaponAccessories weaponAccessoriesCargo handgunItems primaryWeaponItems binocularItems weaponsItems weaponsItemsCargo
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