-
Notifications
You must be signed in to change notification settings - Fork 10
zade_boc_fnc_addMagToChestpack
DerZade edited this page Dec 18, 2016
·
5 revisions
Creates new magazine and stores it in the soldier's chestpack. Only magazines are supported. The purpose of this function is to ensure that magazines with a specified ammo count can be added. If you want to add a/multiple full magazine(s) you may want to use zade_boc_addItemToChestpack instead.
0: Unit <OBJECT>
1: Classname <STRING>
2: Ammo Count <NUMBER>
Nothing
[player,"30Rnd_556x45_Stanag",25] call zade_boc_fnc_addMagToChestpack;
- fn_actionOnBack
- fn_actionOnChest
- fn_actionSwap
- fn_addChestpack
- fn_addItemToChestpack
- fn_addMagToChestpack
- fn_canAddItemToChestpack
- fn_chestpack
- fn_chestpackContainer
- fn_chestpackItems
- fn_chestpackMagazines
- fn_clearAllItemsFromChestpack
- fn_loadChestpack
- fn_removeChestpack
- fn_removeItemFromChestpack
- fn_removeMagFromChestpack