clearWeaponCargoGlobal: 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 13: Line 12:


|eff= global |Multiplayer Effects=
|eff= global |Multiplayer Effects=
____________________________________________________________________________________________


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


| [[clearWeaponCargoGlobal]] unit |SYNTAX=
| [[clearWeaponCargoGlobal]] unit |SYNTAX=
Line 26: Line 23:


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


| [[clearWeaponCargo]], [[addWeaponCargo]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]] |SEEALSO=  
| [[clearWeaponCargo]], [[addWeaponCargo]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]] |SEEALSO=  


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



Revision as of 01:19, 17 January 2021

Hover & click on the images for description

Description

Description:
Removes all weapons from the vehicle cargo space. MP synchronized.
Groups:
Containers

Syntax

Syntax:
clearWeaponCargoGlobal unit
Parameters:
unit: Object
Return Value:
Nothing

Examples

Example 1:
clearWeaponCargoGlobal jeepOne;

Additional Information

See also:
clearWeaponCargoaddWeaponCargoclearMagazineCargoclearMagazineCargoGlobalclearBackpackCargoclearBackpackCargoGlobalclearItemCargoclearItemCargoGlobal

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