removeAllWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
(41 intermediate revisions by 3 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


| Removes all weapons and magazines from the given unit. Does not remove map, compass, radio. You can use <tt>unitname [[removeWeapon]] "itemMap";</tt>
|game5= arma2oa
for example. Doesn't quite work with vehicles. If you need to remove all weapons from a vehicle, remove each weapon individually:
|version5= 1.50
<tt>{tank [[removeWeapon]] _x} [[forEach]] [[weapons]] tank;</tt>
|DESCRIPTION=
____________________________________________________________________________________________


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


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


| [[Nothing]] |RETURNVALUE=
|eff= global
____________________________________________________________________________________________
 
|x1= <code>[[removeAllWeapons]] [[player]];</code> |EXAMPLE1=
____________________________________________________________________________________________


| [[removeWeapon]], [[setVehicleAmmo]], [[clearWeaponCargo]], [[clearMagazineCargo]], [[removeAllItems]], [[removeBackpack]] |SEEALSO=
|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]]).}}


<h3 style="display:none">Notes</h3>
|s1= [[removeAllWeapons]] unit
<dl class="command_description">
<!-- Note Section BEGIN -->


|p1= unit: [[Object]]


|r1= [[Nothing]]


<!-- 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.99|{{uc:{{PAGENAME}}}}]]
[[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}}}}]]
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{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