clearItemCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 88259 by austin_medic on 2015-03-27T20:25:59Z)
m (template:command argument fix)
Line 12: Line 12:
| '''clearItemCargo''' box |= Syntax
| '''clearItemCargo''' box |= Syntax


|p1= box: [[Object]]  |= PARAMETER1
|p1= box: [[Object]]  |PARAMETER1=  


| [[Nothing]] |= RETURNVALUE
| [[Nothing]] |RETURNVALUE=  




|x1= <code>clearItemCargo myBox;
|x1= <code>clearItemCargo myBox;
</code>|= EXAMPLE1
</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[clearItemCargoGlobal]], [[addItemCargo]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]] |= SEEALSO
| [[clearItemCargoGlobal]], [[addItemCargo]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:29, 7 April 2019

Hover & click on the images for description

Description

Description:
Removes all items from ammo box (or any general weapon holder container).
Groups:
Uncategorised

Syntax

Syntax:
clearItemCargo box
Parameters:
box: Object
Return Value:
Nothing

Examples

Example 1:
clearItemCargo myBox;

Additional Information

See also:
clearItemCargoGlobaladdItemCargoclearMagazineCargoclearMagazineCargoGlobalclearWeaponCargoclearWeaponCargoGlobalclearBackpackCargoclearBackpackCargoGlobal

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