addBackpackGlobal

From Bohemia Interactive Community
Revision as of 17:17, 3 December 2018 by Erentar (talk | contribs) (Bot: Replacing category Scripting Commands Arma 3 with Arma 3: Scripting Commands)
Jump to navigation Jump to search
Hover & click on the images for description

Description

Description:
Adds a backpack to a unit (even non-local)
Groups:
Uncategorised

Syntax

Syntax:
unit addBackpackGlobal backpack
Parameters:
unit: Object - soldier
backpack: String - backpack class name
Return Value:
Nothing

Examples

Example 1:
player addBackpackGlobal "B_AssaultPack_khk";

Additional Information

See also:
addBackpackbackpackContainerfirstBackpackunitBackpackbackpackbackpackCargogetBackpackCargobackpackItemsaddBackpackCargoaddBackpackCargoGlobalremoveBackpackclearBackpackCargoclearBackpackCargoGlobalclearAllItemsFromBackpackloadBackpackbackpackSpaceForcanAddItemToBackpackaddItemToBackpackremoveItemFromBackpackeveryBackpack

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

Notes

Bottom Section