clearMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (changed global to local variable to make clear the variable)
No edit summary
Line 14: Line 14:
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''clearMagazineCargo''' [[Object#Vehicle|Vehicle]]|= Syntax
| '''clearMagazineCargo''' vehicleName|= Syntax


|p1= [[Object#Vehicle|Vehicle]]: [[Object]] |= Parameter 1
|p1= vehicleName: [[Object]] |= Parameter 1


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

Revision as of 17:14, 21 January 2009

Hover & click on the images for description

Description

Description:
Remove all magazines from the given vehicle's magazine cargo space.
Groups:
Uncategorised

Syntax

Syntax:
clearMagazineCargo vehicleName
Parameters:
vehicleName: Object
Return Value:
Nothing

Examples

Example 1:
clearMagazineCargo _truck

Additional Information

See also:
addMagazineCargoaddWeaponCargoclearWeaponCargo

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