clearItemCargoGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 108272 by R3vo on 2018-06-10T12:37:46Z)
m (template:command argument fix)
Line 16: Line 16:
| '''clearItemCargoGlobal''' box |= Syntax
| '''clearItemCargoGlobal''' box |= Syntax


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




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


|x1= <code>[[clearItemCargoGlobal]] _ammoBox;</code> |Example 1=
|x1= <code>[[clearItemCargoGlobal]] _ammoBox;</code> |Example 1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[clearItemCargo]], [[addItemCargoGlobal]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]] |= SEEALSO
| [[clearItemCargo]], [[addItemCargoGlobal]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]] |SEEALSO=  


|mp= Command is executed on all connected clients in multiplayer. |= MPBEHAVIOUR
|mp= Command is executed on all connected clients in multiplayer. |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).
Multiplayer:
Command is executed on all connected clients in multiplayer.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
clearItemCargoGlobal _ammoBox;

Additional Information

See also:
clearItemCargoaddItemCargoGlobalclearMagazineCargoclearMagazineCargoGlobalclearWeaponCargoclearWeaponCargoGlobalclearBackpackCargoclearBackpackCargoGlobal

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