removeMagazine: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed syntax from weaponName to magazineName)
m (add. ref. link)
Line 20: Line 20:
|p1= unit: [[Object]] |= Parameter 1
|p1= unit: [[Object]] |= Parameter 1


|p2= magazineName: [[String]] |= Parameter 2
|p2= magazineName: [[String]] (class [[:Category:Weapons|weapons]])|= Parameter 2


| [[Nothing]] |= Return value
| [[Nothing]] |= Return value

Revision as of 04:26, 7 April 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:
See also needed

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