removeAllWeapons: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(45 intermediate revisions by 4 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
|version5= 1.50


On vehicles only ammo is removed
|game6= tkoh
|version6= 1.00


Does not remove map, compass, radio. Use
|game7= arma3
unitname removeweapon "itemmap"
|version7= 0.50
for that purpose.
|= Description
____________________________________________________________________________________________


| '''removeAllWeapons''' unitName|= Syntax
|eff= global


|p1= unitName: [[Object]] |= Parameter 1
|arg= local


| [[Nothing]] |= Return value
|gr1= Unit Inventory
____________________________________________________________________________________________
 
|x1= <code>[[removeAllWeapons]] [[player]];</code> |= Example 1
____________________________________________________________________________________________


| [[removeWeapon]], [[setVehicleAmmo]], [[clearWeaponCargo]], [[clearMagazineCargo]], [[removeAllItems]], [[removeBackpack]] |= See also
|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


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


|r1= [[Nothing]]


|x1= <sqf>removeAllWeapons player;</sqf>


<!-- Note Section END -->
|seealso= [[removeWeapon]] [[setVehicleAmmo]] [[clearWeaponCargo]] [[clearMagazineCargo]] [[removeAllItems]] [[removeBackpack]]
</dl>
}}
 
<h3 style="display:none">Bottom Section</h3>
[[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}}}}]]
 
<!-- CONTINUE Notes -->
<dl class="command_description">
<dd class="notedate">Posted on October 14, 2014 - 09:13 (UTC)</dd>
<dt class="note">[[User:Killzone Kid|Killzone Kid]]</dt>
<dd class="note">
[[removeAllWeapons]] doesn't quite work with vehicles. If you need to remove all weapons from a vehicle, remove each weapon individually:
<code>{tank [[removeWeapon]] _x} [[forEach]] [[weapons]] tank;</code>
</dd>
</dl>
<!-- DISCONTINUE Notes -->

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