removeAllWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. ArmA2 classification)
mNo edit summary
 
(57 intermediate revisions by 10 users not shown)
Line 1: Line 1:
{{Command|= Comments
{{RV|type=command
____________________________________________________________________________________________


| ofp |= Game name
|game1= ofp
|version1= 1.00


|1.00|= Game version
|game2= ofpe
|version2= 1.00


|eff= global|= Effects in MP
|game3= arma1
|arg= local|= Arguments in MP
|version3= 1.00


____________________________________________________________________________________________
|game4= arma2
|version4= 1.00


| Remove all weapons and magazines of the unit.
|game5= arma2oa
On vehicles only ammo is removed |= Description
|version5= 1.50
____________________________________________________________________________________________


| '''removeAllWeapons''' unitName|= Syntax
|game6= tkoh
|version6= 1.00


|p1= unitName: [[Object]] |= Parameter 1
|game7= arma3
|version7= 0.50


| [[Nothing]] |= Return value
|eff= global
____________________________________________________________________________________________
 
|x1= <code>removeAllWeapons [[player]]</code> |= Example 1
____________________________________________________________________________________________


| [[removeWeapon]] |= See also
|arg= local


}}
|gr1= Unit Inventory
 
|descr= Removes all weapons and magazines from the given unit. Does not remove items like map, compass, radio (see [[removeWeapon]] for this).
{{Feature|informative|Does not quite work with vehicles. If you need to remove all weapons from a vehicle, remove each weapon individually (see [[removeWeapon]]).}}
 
|s1= [[removeAllWeapons]] unit
 
|p1= unit: [[Object]]


<h3 style="display:none">Notes</h3>
|r1= [[Nothing]]
<dl class="command_description">
<!-- 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 -->
|x1= <sqf>removeAllWeapons player;</sqf>
</dl>


<h3 style="display:none">Bottom Section</h3>
|seealso= [[removeWeapon]] [[setVehicleAmmo]] [[clearWeaponCargo]] [[clearMagazineCargo]] [[removeAllItems]] [[removeBackpack]]
[[Category:Scripting Commands|REMOVEALLWEAPONS]]
}}
[[Category:Scripting Commands OFP 1.96|REMOVEALLWEAPONS]]
[[Category:Scripting Commands OFP 1.46|REMOVEALLWEAPONS]]
[[Category:Scripting Commands ArmA|REMOVEALLWEAPONS]]
[[Category:Command_Group:_Unit_Control|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands ArmA2|{{uc:{{PAGENAME}}}}]]

Latest revision as of 17:16, 9 February 2024

Hover & click on the images for description

Description

Description:
Removes all weapons and magazines from the given unit. Does not remove items like map, compass, radio (see removeWeapon for this).
Does not quite work with vehicles. If you need to remove all weapons from a vehicle, remove each weapon individually (see removeWeapon).
Groups:
Unit Inventory

Syntax

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

Examples

Example 1:
removeAllWeapons player;

Additional Information

See also:
removeWeapon setVehicleAmmo clearWeaponCargo clearMagazineCargo removeAllItems removeBackpack

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