Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
inventoryitemtype.c
Go to the documentation of this file.
1 class CarWheelType extends InventoryItemType
2 {
3 };
4 
6 {
7 };
8 
9 class ItemWatchType extends InventoryItemType
10 {
11 };
12 
13 class ItemRadioType extends InventoryItemType
14 {
15 };
16 
17 class ItemTransmitterType extends ClothingType
18 {
19 };
20 
21 class ItemMegaphoneType extends InventoryItemType
22 {
23 };
24 
25 class ItemCompassType extends InventoryItemType
26 {
27 };
28 
29 class ItemGPSType extends InventoryItemType
30 {
31 };
32 
33 class ItemMapType extends InventoryItemType
34 {
35 };
36 
37 class ItemBookType extends InventoryItemType
38 {
39 };
40 
41 class ItemOpticsType extends InventoryItemType
42 {
43 };
44 
45 class ItemBarrelType extends InventoryItemType
46 {
47 };
48 
49 class ItemSuppressorType extends InventoryItemType
50 {
51 };
52 
53 class ItemGrenadeType extends InventoryItemType
54 {
55 };
56 
57 class WeaponType extends InventoryItemType
58 {
59 };
60 
61 class MagazineType extends InventoryItemType
62 {
63 };
ClothingType
Definition: inventoryitemtype.c:17
InventoryItemType
Definition: inventoryitemtype.c:1