removeAllWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Added SEEALSO)
(Removed faulty note)
Line 38: Line 38:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
<dd class="notedate"></dd>
 
<dt class="note">'''[[User:Spec|Spec]]'''</dt>
 
<dd class="note">You can use [[clearWeaponCargo]] and [[clearMagazineCargo]] for vehicles.
</dd>


<!-- Note Section END -->
<!-- Note Section END -->

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

Bottom Section