clearItemPool: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Bot: Reverted to revision 106170 by Lou Montana on 2018-03-06T19:56:33Z)
m (template:command argument fix)
Line 12: Line 12:
| '''clearItemPool''' box |= Syntax
| '''clearItemPool''' box |= Syntax


|p1=  box: [[Object]] |= PARAMETER1
|p1=  box: [[Object]] |PARAMETER1=  


| [[Nothing]]|= RETURNVALUE
| [[Nothing]]|RETURNVALUE=  




|x1= <code>[[clearItemPool]] jeepOne</code>|= EXAMPLE1
|x1= <code>[[clearItemPool]] jeepOne</code>|EXAMPLE1=  


____________________________________________________________________________________________
____________________________________________________________________________________________


| [[addItemPool]] |= SEEALSO
| [[addItemPool]] |SEEALSO=  


|  |= MPBEHAVIOUR
|  |MPBEHAVIOUR=  
____________________________________________________________________________________________
____________________________________________________________________________________________
}}
}}

Revision as of 11:29, 7 April 2019

Hover & click on the images for description

Description

Description:
Removes all items from ammo box (or any general weapon holder container)
Groups:
Uncategorised

Syntax

Syntax:
clearItemPool box
Parameters:
box: Object
Return Value:
Nothing

Examples

Example 1:
clearItemPool jeepOne

Additional Information

See also:
addItemPool

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