removeHandgunItem: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
(see also, example)
Line 14: Line 14:
________________
________________


| Removes given item from the weapon cargo space.  |=  
| Removes given item from the handgun weapon cargo space.  |=  


Description
Description
Line 31: Line 31:




|x1= <code>
|x1= <code>[[player]] [[removeHandgunItem]] "muzzle_snds_L";</code>|= EXAMPLE1  
</code>|= EXAMPLE1  


____________________________________________________________________________
____________________________________________________________________________
Line 38: Line 37:
________________
________________


| [[addHandgunItem]], [[removeAllHandgunItems]] |= SEEALSO  
| [[addHandgunItem]], [[removeAllHandgunItems]], [[removePrimaryWeaponItem]], [[removeSecondaryWeaponItem]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 22:32, 9 December 2014

Hover & click on the images for description

Description

Description:
Removes given item from the handgun weapon cargo space.
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