addBackpackCargoGlobal: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|s1= +" to "|s1= ")
m (Updated formatting of parameters to be consistent with general style for commands)
Line 18: Line 18:
|s1= vehicle [[addBackpackCargoGlobal]] [packClassName, count]
|s1= vehicle [[addBackpackCargoGlobal]] [packClassName, count]


|p1= vehicle: [[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]]
|p3= count: [[Number]]

Revision as of 19:07, 7 October 2021

Hover & click on the images for description

Description

Description:
Add backpack(s) to the cargo space of vehicle. MP synchronized. Classname list of available backpacks is here
Multiplayer:
MP Synchronized
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
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:
backpackContainerfirstBackpackunitBackpackbackpackbackpackCargogetBackpackCargobackpackItemsaddBackpackaddBackpackCargoremoveBackpackclearBackpackCargoclearBackpackCargoGlobalclearAllItemsFromBackpackloadBackpackbackpackSpaceForcanAddItemToBackpackaddItemToBackpackremoveItemFromBackpackeveryBackpackaddMagazineCargoclearMagazineCargoclearWeaponCargoaddMagazineCargoGlobaladdWeaponCargoaddWeaponCargoGlobaladdItemCargoaddItemCargoGlobal

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