clearMagazineCargoGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?]]" to "{{GameCategory|tkoh|Scripting Commands}}")
m (Text replacement - "_{10,} " to "")
Line 1: Line 1:
{{Command|Comments=
{{Command|Comments=
____________________________________________________________________________________________


| arma2oa |Game name=
| arma2oa |Game name=
Line 11: Line 10:


|gr1= Vehicle Inventory |GROUP1=
|gr1= Vehicle Inventory |GROUP1=
____________________________________________________________________________________________


| Removes all magazines from the vehicle cargo space. MP synchronized. |DESCRIPTION=
| Removes all magazines from the vehicle cargo space. MP synchronized. |DESCRIPTION=
____________________________________________________________________________________________


| '''clearMagazineCargoGlobal''' object|SYNTAX=
| '''clearMagazineCargoGlobal''' object|SYNTAX=
Line 24: Line 21:


|x1= <code>[[clearMagazineCargoGlobal]] jeepOne;</code>|EXAMPLE1=  
|x1= <code>[[clearMagazineCargoGlobal]] jeepOne;</code>|EXAMPLE1=  
____________________________________________________________________________________________


| [[clearMagazineCargo]], [[addMagazineCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]] |SEEALSO=  
| [[clearMagazineCargo]], [[addMagazineCargoGlobal]], [[clearWeaponCargo]], [[clearWeaponCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]] |SEEALSO=  


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



Revision as of 01:30, 17 January 2021

Hover & click on the images for description

Description

Description:
Removes all magazines from the vehicle cargo space. MP synchronized.
Groups:
Vehicle Inventory

Syntax

Syntax:
clearMagazineCargoGlobal object
Parameters:
object: Object - vehicle or ammo box
Return Value:
Nothing

Examples

Example 1:
clearMagazineCargoGlobal jeepOne;

Additional Information

See also:
clearMagazineCargoaddMagazineCargoGlobalclearWeaponCargoclearWeaponCargoGlobalclearBackpackCargoclearBackpackCargoGlobalclearItemCargoclearItemCargoGlobal

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