clearBackpackCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "|= Game name" to "|Game name=") |
Lou Montana (talk | contribs) m (Text replacement - ">Posted on July ([0-9]{1})[ a-zA-Z]*, ([0-9]{4})" to ">Posted on $2-07-0$1") |
||
(42 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{ | {{RV|type=command | ||
| arma3 | | |game1= arma3 | ||
|version1= 0.50 | |||
| | |gr1= Containers | ||
| Removes all backpacks from ammo box (or any general weapon holder container). | |descr= Removes all backpacks from ammo box (or any general weapon holder container). | ||
| | |s1= [[clearBackpackCargo]] box | ||
|p1= box: [[Object]] | |p1= box: [[Object]] | ||
| [[Nothing]] | |r1= [[Nothing]] | ||
|x1= <sqf>clearBackpackCargo myBox;</sqf> | |||
| | |seealso= [[backpackContainer]] [[firstBackpack]] [[unitBackpack]] [[backpack]] [[backpackCargo]] [[getBackpackCargo]] [[backpackItems]] [[addBackpack]] [[addBackpackCargo]] [[addBackpackCargoGlobal]] [[removeBackpack]] [[clearBackpackCargoGlobal]] [[clearAllItemsFromBackpack]] [[loadBackpack]] [[backpackSpaceFor]] [[canAddItemToBackpack]] [[addItemToBackpack]] [[removeItemFromBackpack]] [[everyBackpack]] | ||
}} | }} | ||
< | <dl class="command_description"> | ||
< | <dt></dt> | ||
< | <dd class="notedate">Posted on 2017-07-06 - 16:26 (UTC)</dd> | ||
<dd class="notedate">Posted on | |||
<dt class="note">[[User:Pharenhite|Pharenhite]]</dt> | <dt class="note">[[User:Pharenhite|Pharenhite]]</dt> | ||
<dd class="note"> | <dd class="note"> | ||
This will remove not only backpacks, but vests and uniforms as well. | This will remove not only backpacks, but vests and uniforms as well. | ||
</dd> | </dd> | ||
</dl> | </dl> | ||
Latest revision as of 23:09, 13 May 2023
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.