addBackpackCargo: 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>") |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 16: | Line 16: | ||
|gr1= Containers | |gr1= Containers | ||
|descr= Add backpack(s) to the cargo space of vehicle. Classname list of available backpacks is [[Arma 2 | |descr= Add backpack(s) to the cargo space of vehicle. Classname list of available backpacks is [[Arma 2: Operation Arrowhead: Backpacks|here]]. | ||
{{Feature|arma3|In | For a list of possible backpacks, see: | ||
* {{GVI|arma2|1.50}} [[Arma 2: Operation Arrowhead: Backpacks]] | |||
* {{GVI|arma3|1.00}} [[Arma 3: CfgVehicles Equipment]] (starting with {{hl|B_}}) | |||
{{Feature|arma3|In {{arma3}}, arguments for this command are local {{Icon|localArgument|32}}. For the global variant, see [[addBackpackCargoGlobal]].}} | |||
|s1= vehicle [[addBackpackCargo]] [backpackClassName, count] | |s1= vehicle [[addBackpackCargo]] [backpackClassName, count] | ||
Line 23: | Line 26: | ||
|p1= vehicle: [[Object]] - vehicle to add the backpack to | |p1= vehicle: [[Object]] - vehicle to add the backpack to | ||
|p2= | |p2= backpackClassName: [[String]] - backpack classname | ||
|p3 | |p3= count: [[Number]] - number of backpacks to add | ||
|r1= [[Nothing]] | |r1= [[Nothing]] |
Revision as of 00:06, 3 August 2022
Description
- Description:
- Add backpack(s) to the cargo space of vehicle. Classname list of available backpacks is here.
For a list of possible backpacks, see:
- 1.50 Arma 2: Operation Arrowhead: Backpacks
- 1.00 Arma 3: CfgVehicles Equipment (starting with B_)
- Groups:
- Containers
Syntax
- Syntax:
- vehicle addBackpackCargo [backpackClassName, count]
- Parameters:
- vehicle: Object - vehicle to add the backpack to
- backpackClassName: String - backpack classname
- count: Number - number of backpacks to add
- Return Value:
- Nothing
Examples
- Example 1:
- Example 2:
- _apc addBackpackCargo ["US_Patrol_Pack_EP1", 4];
Additional Information
- See also:
- backpackContainer firstBackpack unitBackpack backpack backpackCargo getBackpackCargo backpackItems addBackpack 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