clearWeaponCargoGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "_{10,} " to "")
m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments( \("local" or "global"\))?|Effects|Multiplayer Effects( \("local" or "global"\))?|Multiplayer Exe...)
Line 1: Line 1:
{{Command|Comments=
{{Command


| arma2oa |Game name=
| arma2oa


|1.55|Game version=
|1.55


|gr1 = Containers |GROUP1=
|gr1 = Containers






|arg= global |Multiplayer Arguments=
|arg= global


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


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


| [[clearWeaponCargoGlobal]] unit |SYNTAX=
| [[clearWeaponCargoGlobal]] unit


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


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




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


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


|  |MPBEHAVIOUR=  
|  |MPBEHAVIOUR=  

Revision as of 01:11, 18 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