clearBackpackCargo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")
m (Text replacement - ">Posted on July ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-07-0$1")
 
Line 23: Line 23:


<dt></dt>
<dt></dt>
<dd class="notedate">Posted on July 6, 2017 - 16:26 (UTC)</dd>
<dd class="notedate">Posted on 2017-07-06 - 16:26 (UTC)</dd>
<dt class="note">[[User:Pharenhite|Pharenhite]]</dt>
<dt class="note">[[User:Pharenhite|Pharenhite]]</dt>
<dd class="note">
<dd class="note">

Latest revision as of 00:09, 14 May 2023

Hover & click on the images for description

Description

Description:
Removes all backpacks from ammo box (or any general weapon holder container).
Groups:
Containers

Syntax

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

Examples

Example 1:
clearBackpackCargo myBox;

Additional Information

See also:
backpackContainer firstBackpack unitBackpack backpack backpackCargo getBackpackCargo backpackItems addBackpack addBackpackCargo addBackpackCargoGlobal removeBackpack clearBackpackCargoGlobal clearAllItemsFromBackpack loadBackpack backpackSpaceFor canAddItemToBackpack addItemToBackpack removeItemFromBackpack everyBackpack

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


Posted on 2017-07-06 - 16:26 (UTC)
Pharenhite
This will remove not only backpacks, but vests and uniforms as well.