removeWeapon: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add. see also)
m (locality, general tidy up)
Line 5: Line 5:


|1.00|= Game version
|1.00|= Game version
|eff= global|= Effects in MP
|arg= local|= Arguments in MP
____________________________________________________________________________________________
____________________________________________________________________________________________


| Remove weapon from the unit. <br>
| Remove weapon from a unit. <br>
'''Note''': You may create '''''invalid'''' combinations with this command. When doing so, application behaviour is undefined. |= Description
'''Note''': It is possible to create invalid combinations with this command (ie, attempting to remove a weapon that a unit does not possess). When doing so, application behaviour is undefined. |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


Line 28: Line 33:
<dl class="command_description">
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section BEGIN -->
You may create invalid combinations with this function.
When doing so, application behaviour is undefined.
<!-- Note Section END -->
<!-- Note Section END -->
</dl>
</dl>

Revision as of 13:50, 20 November 2008

Hover & click on the images for description

Description

Description:
Remove weapon from a unit.
Note: It is possible to create invalid combinations with this command (ie, attempting to remove a weapon that a unit does not possess). When doing so, application behaviour is undefined.
Groups:
Uncategorised

Syntax

Syntax:
Unit removeWeapon "weaponName"
Parameters:
weaponName: String
Return Value:
Nothing

Examples

Example 1:
player removeWeapon "M16"

Additional Information

See also:
addWeaponremoveAllWeapons

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