removeBackpack: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
(locality, format)
Line 3: Line 3:


| arma2oa |= Game name
| arma2oa |= Game name
|arg= local|=
|eff= global|=


|1.51|= Game version
|1.51|= Game version
Line 17: Line 19:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>removeBackpack this</pre> |= Example 1
|x1= <code>[[removeBackpack]] [[this]];</code> |= Example 1
|x2= <pre>removeBackpack mySoldierDude</pre> |= Example 2
|x2= <code>[[removeBackpack]] mySoldierDude;</code> |= Example 2
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 22:15, 1 September 2014

Hover & click on the images for description

Description

Description:
Removes unit's backpack
Groups:
Uncategorised

Syntax

Syntax:
removeBackpack unit
Parameters:
unit: Object
Return Value:
Nothing

Examples

Example 1:
removeBackpack this;
Example 2:
removeBackpack mySoldierDude;

Additional Information

See also:
backpackContainerfirstBackpackunitBackpackbackpackbackpackCargogetBackpackCargobackpackItemsaddBackpackaddBackpackCargoaddBackpackCargoGlobalclearBackpackCargoclearBackpackCargoGlobalclearAllItemsFromBackpackloadBackpackbackpackSpaceForcanAddItemToBackpackaddItemToBackpackremoveItemFromBackpackeveryBackpack

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