addBackpack: Difference between revisions
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>")  | 
				Lou Montana (talk | contribs)  m (Text replacement - "[[Arma 3 " to "[[Arma 3: ")  | 
				||
| Line 20: | Line 20: | ||
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]]  | ||
* [[Arma 3 CfgVehicles EMPTY|Arma 3 backpacks]] - objects starting with "B_", starts with "''B_AssaultPack_khk''"  | * [[Arma 3: CfgVehicles EMPTY|Arma 3 backpacks]] - objects starting with "B_", starts with "''B_AssaultPack_khk''"  | ||
}}  | }}  | ||
Latest revision as of 10:38, 6 May 2024
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. Items defined in the backpack's config will be added as well.
 - Groups:
 - Containers
 
Syntax
- Syntax:
 - unit addBackpack backpackClassName
 - Parameters:
 - unit: Object
 - backpackClassName: String
 - Return Value:
 - Nothing
 
Examples
- Example 1:
 - Example 2:
 - _mySoldierDude addBackpack "US_Patrol_Pack_EP1";
 - Example 3:
 - _mySoldierDude addBackpack "B_AssaultPack_mcamo_Ammo";// Adds backpack prefilled with items defined in its config
 
Additional Information
- See also:
 - addBackpackGlobal backpackContainer firstBackpack unitBackpack backpack backpackCargo getBackpackCargo backpackItems addBackpackCargo addBackpackCargoGlobal removeBackpack clearBackpackCargo 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