clearMagazineCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|CLEARMAGAZINECARGO]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|CLEARMAGAZINECARGO]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|CLEARMAGAZINECARGO]]
 
[[Category:Scripting Commands ArmA|CLEARMAGAZINECARGO]]
| ofp |= Game name
 
|1.00|= Game version
 
|arg= global |= Arguments in MP


|eff= local |= Effects in MP
____________________________________________________________________________________________


<h2 style="color:#000066"> '''clearMagazineCargo ''unit'''''</h2>
| Remove all magazines from the given vehicle's magazine cargo space. |= Description
____________________________________________________________________________________________


| '''clearMagazineCargo''' vehicle |= Syntax


'''Operand types:'''
|p1= vehicle: [[Object]] |= Parameter 1


'''unit:''' [[Object]]
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>clearMagazineCargo truck</pre> |= Example 1
____________________________________________________________________________________________


'''Type of returned value:'''
| [[addMagazineCargo]] |= See also


[[Nothing]]
}}
'''
Description:'''


Remove all magazines from vehicle cargo space.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


<!-- Note Section END -->
</dl>


'''Example:'''
<h3 style="display:none">Bottom Section</h3>


'''clearMagazineCargo''' jeepOne
[[Category:Scripting Commands|CLEARMAGAZINECARGO]]
[[Category:Scripting Commands OFP 1.96|CLEARMAGAZINECARGO]]
[[Category:Scripting Commands OFP 1.46|CLEARMAGAZINECARGO]]
[[Category:Scripting Commands ArmA|CLEARMAGAZINECARGO]]

Revision as of 23:40, 1 August 2006

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 vehicle
Parameters:
vehicle: Object
Return Value:
Nothing

Examples

Example 1:
clearMagazineCargo truck

Additional Information

See also:
addMagazineCargo

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