clearBackpackCargo: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " \{\{GameCategory *\| *arma3 *\| *(New )?Scripting Commands\}\}" to "") |
Lou Montana (talk | contribs) m (Text replacement - "</dd> </dl>" to "</dd> </dl>") |
||
Line 28: | Line 28: | ||
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> |
Revision as of 16:08, 13 June 2021
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:
- backpackContainerfirstBackpackunitBackpackbackpackbackpackCargogetBackpackCargobackpackItemsaddBackpackaddBackpackCargoaddBackpackCargoGlobalremoveBackpackclearBackpackCargoGlobalclearAllItemsFromBackpackloadBackpackbackpackSpaceForcanAddItemToBackpackaddItemToBackpackremoveItemFromBackpackeveryBackpack
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 July 6, 2017 - 16:26 (UTC)
- Pharenhite
- This will remove not only backpacks, but vests and uniforms as well.