removeMagazine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (add. ref. link)
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|REMOVEMAGAZINE]]
[[Category:Scripting Commands OFP 1.96|REMOVEMAGAZINE]]
[[Category:Scripting Commands OFP 1.46|REMOVEMAGAZINE]]
[[Category:Scripting Commands ArmA|REMOVEMAGAZINE]]
{{Command|= Comments
{{Command|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 28: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________


| |= See also
| [[removeMagazines]], [[removeWeapon]] |= See also


}}
}}
Line 40: Line 35:


<h3 style="display:none">Bottom Section</h3>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands|REMOVEMAGAZINE]]
[[Category:Scripting Commands OFP 1.96|REMOVEMAGAZINE]]
[[Category:Scripting Commands OFP 1.46|REMOVEMAGAZINE]]
[[Category:Scripting Commands ArmA|REMOVEMAGAZINE]]
[[Category:Command_Group:_Weapons|{{uc:{{PAGENAME}}}}]]

Revision as of 06:33, 28 June 2007

Hover & click on the images for description

Description

Description:
Remove magazine from the unit.
Note: You may create invalid combinations with this function. When doing so, application behaviour is undefined.
Groups:
Uncategorised

Syntax

Syntax:
unit removeMagazine magazineName
Parameters:
unit: Object
magazineName: String (class weapons)
Return Value:
Nothing

Examples

Example 1:
player removeMagazine "M16"

Additional Information

See also:
removeMagazinesremoveWeapon

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