addBackpackCargoGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
m (Some wiki formatting)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:


|descr= Add backpack(s) to the cargo space of vehicle.
|descr= Add backpack(s) to the cargo space of vehicle.
{{Feature | Informative |
{{Feature|informative|
Classname list of available backpacks:
Classname list of available backpacks:
* [[Arma 2 OA: Backpacks|Arma 2 OA backpacks]]
* [[Arma 2: Operation Arrowhead: Backpacks|{{Name|arma2oa|short}} backpacks]]
* [[Arma 3 CfgVehicles EMPTY|Arma 3 backpacks]] - objects starting with "B_", starts with "''B_AssaultPack_khk''"
* [[Arma 3: CfgVehicles Equipment|{{arma3}} backpacks]] - objects starting with "B_", starts near {{Link|Arma 3: CfgVehicles Equipment#Bag Base|"B_AssaultPack_khk"}}
}}
}}


|s1= vehicle [[addBackpackCargoGlobal]] [packClassName, count]
|s1= vehicle [[addBackpackCargoGlobal]] [packClassName, count]


|p1= vehicle: [[Object]] - Object to add the Backpack to
|p1= vehicle: [[Object]] - object to add the Backpack to


|p2= packClassName: [[String]] - See the topic [[:Category:Weapons]] for reference about possible values.
|p2= packClassName: [[String]] - see the topic [[:Category:Weapons]] for reference about possible values.


|p3= count: [[Number]] - number of backpacks to add. Since Arma 3 v2.14, negative count will remove backpacks.
|p3= count: [[Number]] - number of backpacks to add; {{GVI|arma3|2.14|size= 0.75}} a negative value will remove backpacks.


|r1= [[Nothing]]
|r1= [[Nothing]]

Latest revision as of 16:05, 1 July 2023

Hover & click on the images for description

Description

Description:
Add backpack(s) to the cargo space of vehicle.
Classname list of available backpacks:
Groups:
Containers

Syntax

Syntax:
vehicle addBackpackCargoGlobal [packClassName, count]
Parameters:
vehicle: Object - object to add the Backpack to
packClassName: String - see the topic Category:Weapons for reference about possible values.
count: Number - number of backpacks to add; Arma 3 logo black.png2.14 a negative value will remove backpacks.
Return Value:
Nothing

Examples

Example 1:
this addBackpackCargoGlobal ["TK_RPG_Backpack_EP1", 2];
Example 2:
_apc addBackpackCargoGlobal ["US_Patrol_Pack_EP1", 4];

Additional Information

See also:
backpackContainer firstBackpack unitBackpack backpack backpackCargo getBackpackCargo backpackItems addBackpack addBackpackCargo removeBackpack clearBackpackCargo clearBackpackCargoGlobal clearAllItemsFromBackpack loadBackpack backpackSpaceFor canAddItemToBackpack addItemToBackpack removeItemFromBackpack everyBackpack addMagazineCargo clearMagazineCargo clearWeaponCargo addMagazineCargoGlobal addWeaponCargo addWeaponCargoGlobal addItemCargo addItemCargoGlobal

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