clearWeaponCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (moved command to template)
Line 5: Line 5:




<h2 style="color:#000066"> '''clearWeaponCargo ''unit'''''</h2>
{{Command|= Comments
____________________________________________________________________________________________


| ofp |= Game name


'''Operand types:'''
|1.00|= Game version


'''unit:''' [[Object]]
|arg= global |= Arguments in MP


'''Type of returned value:'''
|eff= local |= Effects in MP
____________________________________________________________________________________________


[[Nothing]]
| Remove all weapons from the given vehicle's weapon cargo space. |= Description
____________________________________________________________________________________________


'''Description:'''
| '''clearWeaponCargo''' vehicle |= Syntax


Remove all weapons from vehicle cargo space.
|p1= vehicle: [[Object]] |= Parameter 1


| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>clearWeaponCargo truck</pre> |= Example 1
____________________________________________________________________________________________


'''Example:'''
| [[addWeaponCargo]] |= See also


'''clearWeaponCargo''' jeepOne
}}
 
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
 
<!-- Note Section END -->
</dl>
 
<h3 style="display:none">Bottom Section</h3>

Revision as of 19:49, 7 August 2006



Hover & click on the images for description

Description

Description:
Remove all weapons from the given vehicle's weapon cargo space.
Groups:
Uncategorised

Syntax

Syntax:
clearWeaponCargo vehicle
Parameters:
vehicle: Object
Return Value:
Nothing

Examples

Example 1:
clearWeaponCargo truck

Additional Information

See also:
addWeaponCargo

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