removeAllWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
No edit summary
Line 12: Line 12:


| Remove all weapons and magazines of the unit.  
| Remove all weapons and magazines of the unit.  
On vehicles only ammo is removed |= Description
 
On vehicles only ammo is removed  
 
Does not remove map, compass, radio. Use
unitname removeweapon "itemmap"
for that purpose.
|= Description
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 14:38, 22 June 2010

Hover & click on the images for description

Description

Description:
Remove all weapons and magazines of the unit. On vehicles only ammo is removed Does not remove map, compass, radio. Use unitname removeweapon "itemmap" for that purpose.
Groups:
Uncategorised

Syntax

Syntax:
removeAllWeapons unitName
Parameters:
unitName: Object
Return Value:
Nothing

Examples

Example 1:
removeAllWeapons player

Additional Information

See also:
removeWeapon

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

Spec
You can use clearWeaponCargo and clearMagazineCargo for vehicles.

Bottom Section