clearWeaponCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 95021 by krzmbrzl on 2016-03-25T13:00:57Z)
m (template:command argument fix)
Line 11: Line 11:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Remove all weapons from the given vehicle's weapon cargo space. |= Description
| Remove all weapons from the given vehicle's weapon cargo space. |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''clearWeaponCargo''' vehicleName|= Syntax
| '''clearWeaponCargo''' vehicleName|SYNTAX=


|p1= vehicleName: [[Object]] |= Parameter 1
|p1= vehicleName: [[Object]] |PARAMETER1=


| [[Nothing]] |= Return value
| [[Nothing]] |RETURNVALUE=
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>clearWeaponCargo _truck</pre> |= Example 1
|x1= <pre>clearWeaponCargo _truck</pre> |EXAMPLE1=
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[clearWeaponCargoGlobal]], [[addWeaponCargo]], [[addMagazineCargo]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]]  |= See also
| [[clearWeaponCargoGlobal]], [[addWeaponCargo]], [[addMagazineCargo]], [[clearMagazineCargo]], [[clearMagazineCargoGlobal]], [[clearBackpackCargo]], [[clearBackpackCargoGlobal]], [[clearItemCargo]], [[clearItemCargoGlobal]]  |SEEALSO=


}}
}}

Revision as of 15:35, 7 April 2019

Hover & click on the images for description

Description

Description:
Remove all weapons from the given vehicle's weapon cargo space.
Groups:
Uncategorised

Syntax

Syntax:
clearWeaponCargo vehicleName
Parameters:
vehicleName: Object
Return Value:
Nothing

Examples

Example 1:
clearWeaponCargo _truck

Additional Information

See also:
clearWeaponCargoGlobaladdWeaponCargoaddMagazineCargoclearMagazineCargoclearMagazineCargoGlobalclearBackpackCargoclearBackpackCargoGlobalclearItemCargoclearItemCargoGlobal

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

Posted on October 24, 2009 - 11:02 (CEST)
Sbsmac
Only works on clients.

Bottom Section