Set Inventory Ammo
Battlefield 6 Scripting Docs / mod / mod / SetInventoryAmmo
function SetInventoryAmmo(
player,
inventorySlots,
ammo): void;
Defined in: mod/index.d.ts:20601
Sets the target player loaded ammo for the provided inventory slot.
| Parameter | Type |
|---|---|
player |
Player |
inventorySlots |
InventorySlots |
ammo |
number |
void