removeHandgunItem: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "|arg= local |= " to "|arg= local |MPARGUMENTS= ")
m (Text replacement - "____________________________________________________________________________ ________________ " to "____________________________________________________________________________ ")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________
____________________________________________________________________________
________________


| arma3 |Game name=
| arma3 |Game name=
Line 11: Line 9:
|eff= global |MPeff=
|eff= global |MPeff=
____________________________________________________________________________
____________________________________________________________________________
________________


| Removes given weapon item from the handgun weapon cargo space.<br>
| Removes given weapon item from the handgun weapon cargo space.<br>
As of Arma 3 DEV 1.37, this command also supports weapon magazines. |DESCRIPTION=
As of Arma 3 DEV 1.37, this command also supports weapon magazines. |DESCRIPTION=
____________________________________________________________________________
____________________________________________________________________________
________________


| unit '''removeHandgunItem''' item |SYNTAX=
| unit '''removeHandgunItem''' item |SYNTAX=
Line 33: Line 27:


____________________________________________________________________________
____________________________________________________________________________
________________


| [[addHandgunItem]], [[removeAllHandgunItems]], [[removePrimaryWeaponItem]], [[removeSecondaryWeaponItem]] |SEEALSO=  
| [[addHandgunItem]], [[removeAllHandgunItems]], [[removePrimaryWeaponItem]], [[removeSecondaryWeaponItem]] |SEEALSO=  
Line 40: Line 32:
|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  
____________________________________________________________________________
____________________________________________________________________________
________________
}}
}}



Revision as of 21:50, 5 January 2020

Hover & click on the images for description

Description

Description:
Removes given weapon item from the handgun weapon cargo space.
As of Arma 3 DEV 1.37, this command also supports weapon magazines.
Groups:
Uncategorised

Syntax

Syntax:
unit removeHandgunItem item
Parameters:
unit: Object
item: String - Config class
Return Value:
Nothing

Examples

Example 1:
player removeHandgunItem "muzzle_snds_L";

Additional Information

See also:
addHandgunItemremoveAllHandgunItemsremovePrimaryWeaponItemremoveSecondaryWeaponItem

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