removeSecondaryWeaponItem: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|arg= local |= " to "|arg= local |MPARGUMENTS= ")
No edit summary
Line 10: Line 10:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Removes given weapon item from the secondary weapon cargo space. This command also supports weapon magazines. |DESCRIPTION=
| Removes given weapon item, including magazine, from the [[secondaryWeapon]]. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 26: Line 26:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addSecondaryWeaponItem]], [[removePrimaryWeaponItem]], [[removeHandgunItem]] |SEEALSO=  
| [[addSecondaryWeaponItem]], [[removePrimaryWeaponItem]], [[removeHandgunItem]], [[removeBinocularItem]] |SEEALSO=  


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 23:12, 7 September 2020

Hover & click on the images for description

Description

Description:
Removes given weapon item, including magazine, from the secondaryWeapon.
Groups:
Uncategorised

Syntax

Syntax:
unit removeSecondaryWeaponItem item
Parameters:
unit: Object
item: String
Return Value:
Nothing

Examples

Example 1:
player removeSecondaryWeaponItem (secondaryWeaponItems player select 0);

Additional Information

See also:
addSecondaryWeaponItemremovePrimaryWeaponItemremoveHandgunItemremoveBinocularItem

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