secondaryWeaponItems: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - "<sqf>([^ ]+) <\/sqf>" to "<sqf>$1</sqf>") |
||
(19 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma3 | |game1= arma3 | ||
|version1= 0.50 | |||
|0.50 | |||
|gr1= Unit Inventory | |gr1= Unit Inventory | ||
| 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. | |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]] - [silencer, laserpointer/flashlight, optics, bipod] | |r1= [[Array]] - [silencer, laserpointer/flashlight, optics, bipod] | ||
|x1= < | |x1= <sqf>secondaryWeaponItems player; //["","","",""]</sqf> | ||
</ | |||
|seealso= [[addSecondaryWeaponItem]] | |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