removeAllWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added SEEALSO)
m (Added SEEALSO)
Line 31: Line 31:
____________________________________________________________________________________________
____________________________________________________________________________________________


| [[removeWeapon]], [[setVehicleAmmo]] |= See also
| [[removeWeapon]], [[setVehicleAmmo]], [[clearWeaponCargo]], [[clearMagazineCargo]] |= See also


}}
}}

Revision as of 08:35, 10 March 2011

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:
removeWeaponsetVehicleAmmoclearWeaponCargoclearMagazineCargo

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