Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
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 
BuildingInventory
inventory for buildings (also called "proxy cargo")
Definition: buildinginventory.c:4
GameInventory
script counterpart to engine's class Inventory
Definition: inventory.c:78