addBackpackGlobal: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|arguments= * " to " ") |
Lou Montana (talk | contribs) m (Text replacement - " *\|effect= * " to " ") |
||
Line 3: | Line 3: | ||
| arma3 | | arma3 | ||
|arg= global | |arg= global | ||
|eff= global | |eff= global | ||
|1.32 | |1.32 | ||
Revision as of 15:49, 7 February 2021
Description
- Description:
- Description needed
- Groups:
- Unit Inventory
Syntax
- Syntax:
- Syntax needed
- Parameters:
- unit: Object - soldier
- backpack: String - backpack class name
- Return Value:
- Return value needed
Examples
- Example 1:
player addBackpackGlobal "B_AssaultPack_khk";
- Example 2:
_unit spawn { if (!isNull backpackContainer _this) then { removeBackpackGlobal _this; waitUntil { isNull backpackContainer _this }; }; _this addBackpackGlobal "B_AssaultPack_khk"; waitUntil { !isNull backpackContainer _this }; backpackContainer _this addMagazineCargoGlobal ["30Rnd_556x45_Stanag",5]; };
Additional Information
- See also:
- See also needed
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