addBackpackCargoGlobal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\|x([0-9])= *<code>([^<]*)<\/code>" to "|x$1= <sqf>$2</sqf>") |
Killzone Kid (talk | contribs) No edit summary |
||
Line 27: | Line 27: | ||
|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]] | |p3= count: [[Number]] - number of backpacks to add. Since Arma 3 v2.14, negative count will remove backpacks. | ||
|r1= [[Nothing]] | |r1= [[Nothing]] |
Revision as of 00:15, 1 February 2023
Description
- Description:
- Add backpack(s) to the cargo space of vehicle.
- 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. Since Arma 3 v2.14, negative count will remove backpacks.
- Return Value:
- Nothing
Examples
- Example 1:
- 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