DayZ 1.24
Loading...
Searching...
No Matches
BuildingInventory.c
Go to the documentation of this file.
1
5{
6 //proto native bool HasProxyCargo();
7 //proto native int GetProxyCargoCount();
8 //proto native Cargo GetProxyCargo(int cargoIndex);
9};
10
inventory for buildings (also called "proxy cargo")
script counterpart to engine's class Inventory
Definition Inventory.c:79