addBackpack: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(the unit already has a backpack causes what)
(clarification)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| Adds a backpack for a unit. If a unit already has the backpack, the backpack will be placed on the ground where under a unit.
| Adds a backpack for a unit. If a unit already has a backpack, the old backpack will be placed on the ground under the unit.
Classname list of available backpacks :
Classname list of available backpacks :
*[[ArmA 2 OA: Backpacks|Arma 2 OA backpacks]]
*[[ArmA 2 OA: Backpacks|Arma 2 OA backpacks]]

Revision as of 16:39, 15 February 2015

Hover & click on the images for description

Description

Description:
Adds a backpack for a unit. If a unit already has a backpack, the old backpack will be placed on the ground under the unit. Classname list of available backpacks :
Groups:
Uncategorised

Syntax

Syntax:
unit addBackpack packClassName
Parameters:
unit: Object
packClassName: String
Return Value:
Nothing

Examples

Example 1:
this addBackpack "TK_RPG_Backpack_EP1";
Example 2:
_mySoldierDude addBackpack "US_Patrol_Pack_EP1";

Additional Information

See also:
addBackpackGlobalbackpackContainerfirstBackpackunitBackpackbackpackbackpackCargogetBackpackCargobackpackItemsaddBackpackCargoaddBackpackCargoGlobalremoveBackpackclearBackpackCargoclearBackpackCargoGlobalclearAllItemsFromBackpackloadBackpackbackpackSpaceForcanAddItemToBackpackaddItemToBackpackremoveItemFromBackpackeveryBackpack

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