DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
PluginRecipesManagerBase.c
См. документацию.
1
enum
Ingredient
2
{
3
FIRST
= 1,
4
SECOND
= 2,
5
BOTH
= 3;
6
}
7
8
class
PluginRecipesManagerBase
extends
PluginBase
9
{
10
protected
void
RegisterRecipe
(RecipeBase recipe);
11
protected
void
UnregisterRecipe
(
string
clasname);
12
14
void
RegisterRecipies
()
15
{
16
RegisterRecipe
(
new
CraftTorch
);
17
RegisterRecipe
(
new
CraftFireplace);
18
RegisterRecipe
(
new
CraftLongTorch);
19
RegisterRecipe
(
new
SharpenBroom);
20
RegisterRecipe
(
new
SharpenLongStick);
21
RegisterRecipe
(
new
PokeHolesBarrel);
22
RegisterRecipe
(
new
CraftBaseBallBatNailed);
23
RegisterRecipe
(
new
CraftBaseBallBatBarbed);
24
RegisterRecipe
(
new
CraftGhillieHood);
25
RegisterRecipe
(
new
DeCraftGhillieHood);
26
RegisterRecipe
(
new
CraftGhillieAttachment);
27
RegisterRecipe
(
new
DeCraftGhillieAttachment);
28
RegisterRecipe
(
new
CraftGhillieBushrag);
29
RegisterRecipe
(
new
DeCraftGhillieBushrag);
30
RegisterRecipe
(
new
CraftGhillieTop);
31
RegisterRecipe
(
new
DeCraftGhillieTop);
32
RegisterRecipe
(
new
CraftGhillieSuit);
33
RegisterRecipe
(
new
DeCraftGhillieSuit);
34
RegisterRecipe
(
new
CraftStoneKnife);
35
//RegisterRecipe(new CraftBait);
36
//RegisterRecipe(new CraftBoneBait);
37
RegisterRecipe
(
new
CraftRagRope);
38
RegisterRecipe
(
new
CraftSuppressor);
39
RegisterRecipe
(
new
CleanWeapon);
40
RegisterRecipe
(
new
RepairWithTape);
41
RegisterRecipe
(
new
RepairWithRags);
42
RegisterRecipe
(
new
RepairEyePatch);
43
RegisterRecipe
(
new
CraftBoneKnife);
44
//RegisterRecipe(new CraftArrow);
45
//RegisterRecipe(new CraftArrowBone);
46
RegisterRecipe
(
new
CraftBoneHook);
47
RegisterRecipe
(
new
CraftWoodenHook);
48
RegisterRecipe
(
new
CraftBurlapStrips);
49
RegisterRecipe
(
new
CraftLeatherCourierBag);
50
RegisterRecipe
(
new
CraftCourierBag);
51
RegisterRecipe
(
new
CraftImprovisedBag);
52
RegisterRecipe
(
new
CraftImprovisedLeatherBag);
53
RegisterRecipe
(
new
CraftImprovisedExplosive);
54
RegisterRecipe
(
new
CraftLeatherSack);
55
RegisterRecipe
(
new
DeCraftLeatherCourierBag);
56
RegisterRecipe
(
new
DeCraftCourierBag);
57
RegisterRecipe
(
new
DeCraftImprovisedBag);
58
RegisterRecipe
(
new
DeCraftImprovisedLeatherBag);
59
RegisterRecipe
(
new
DeCraftLeatherSack);
60
RegisterRecipe
(
new
SplitLongWoodenStick);
61
RegisterRecipe
(
new
SplitBroom);
62
RegisterRecipe
(
new
SplitFirewood);
63
RegisterRecipe
(
new
CraftSplint);
// craft splint
64
RegisterRecipe
(
new
DeCraftSplint);
65
RegisterRecipe
(
new
CraftHandDrillKit);
66
RegisterRecipe
(
new
CraftSpearBone);
67
RegisterRecipe
(
new
CraftSpearStone);
68
RegisterRecipe
(
new
DeCraftHandDrillKit);
69
RegisterRecipe
(
new
DeCraftSpear);
70
RegisterRecipe
(
new
PatchItem);
71
RegisterRecipe
(
new
CutOutZucchiniSeeds);
72
RegisterRecipe
(
new
CutOutPepperSeeds);
73
RegisterRecipe
(
new
CutOutPumpkinSeeds);
74
RegisterRecipe
(
new
CutOutTomatoSeeds);
75
RegisterRecipe
(
new
PeelPotato);
76
RegisterRecipe
(
new
PrepareCarp);
77
RegisterRecipe
(
new
PrepareMackerel);
78
RegisterRecipe
(
new
PrepareWalleyePollock);
79
RegisterRecipe
(
new
PrepareSteelheadTrout);
80
RegisterRecipe
(
new
OpenCan);
81
RegisterRecipe
(
new
CraftSalineBagIV);
82
RegisterRecipe
(
new
PurifyWater);
83
RegisterRecipe
(
new
ChelateWater);
84
RegisterRecipe
(
new
CraftBloodBagIV);
85
//RegisterRecipe(new CraftCamoNetShelter);
86
RegisterRecipe
(
new
DeCraftCamoNetShelter);
87
RegisterRecipe
(
new
FuelChainsaw);
88
RegisterRecipe
(
new
CraftTripWire);
89
RegisterRecipe
(
new
CraftRabbitSnare);
90
RegisterRecipe
(
new
DeCraftSnareTrap);
91
RegisterRecipe
(
new
DeCraftTripWire);
92
RegisterRecipe
(
new
DisinfectItem);
93
RegisterRecipe
(
new
FillSyringe);
94
RegisterRecipe
(
new
BloodTest);
95
RegisterRecipe
(
new
SharpenMelee);
96
RegisterRecipe
(
new
RepairEpoxy);
97
RegisterRecipe
(
new
RepairWithPliers);
98
RegisterRecipe
(
new
CraftArmbandRaincoat);
99
RegisterRecipe
(
new
RepairElectric);
100
//RegisterRecipe(new RefuelTorch);
101
RegisterRecipe
(
new
ExtinguishTorch);
102
RegisterRecipe
(
new
AttachHolsterPouch);
103
RegisterRecipe
(
new
AttachPouchesHolster);
104
//RegisterRecipe(new CraftGorkaHelmetComplete);
105
RegisterRecipe
(
new
SawoffShotgunIzh43);
106
RegisterRecipe
(
new
SawoffMosin);
107
//RegisterRecipe(new SawoffMosinPainted);
108
RegisterRecipe
(
new
SawOffIzh18);
109
RegisterRecipe
(
new
SawOffIzh18Shotgun);
110
RegisterRecipe
(
new
SawoffFAMAS);
111
RegisterRecipe
(
new
SawOffMagnum);
112
RegisterRecipe
(
new
SawOFFB95);
113
//RegisterRecipe(new CleanRags);
114
RegisterRecipe
(
new
CraftArmbandRag);
115
RegisterRecipe
(
new
CraftRag);
116
RegisterRecipe
(
new
CraftFeathers);
117
RegisterRecipe
(
new
CraftGutsRope);
118
RegisterRecipe
(
new
SplitStones);
119
RegisterRecipe
(
new
UpgradeTorchWithLard);
120
RegisterRecipe
(
new
UpgradeTorchWithLiquidFuel);
121
RegisterRecipe
(
new
CraftFenceKit);
122
RegisterRecipe
(
new
CraftWatchtowerKit);
123
RegisterRecipe
(
new
CraftWoodenPlank);
124
RegisterRecipe
(
new
SawWoodenLog);
125
RegisterRecipe
(
new
CraftWoodenCrate);
126
RegisterRecipe
(
new
CraftFishingRod);
127
RegisterRecipe
(
new
DeCraftFishingRod);
128
RegisterRecipe
(
new
DeCraftWoodenCrate);
129
RegisterRecipe
(
new
CraftTerritoryFlagKit);
130
RegisterRecipe
(
new
CraftTannedLeather);
131
RegisterRecipe
(
new
CraftShelterKit);
132
RegisterRecipe
(
new
CraftTruck01DoubleWheel);
133
RegisterRecipe
(
new
DeCraftTruck01DoubleWheel);
134
RegisterRecipe
(
new
CraftFishNetTrap);
135
RegisterRecipe
(
new
DeCraftFishNetTrap);
136
RegisterRecipe
(
new
PrepareChicken);
137
RegisterRecipe
(
new
PrepareRabbit);
138
RegisterRecipe
(
new
PrepareFox);
139
RegisterRecipe
(
new
CraftSmallFishTrap);
140
RegisterRecipe
(
new
CraftMetalWire);
141
RegisterRecipe
(
new
CraftGasMask_Filter_Improvised);
142
RegisterRecipe
(
new
FillGasMask_Filter);
143
RegisterRecipe
(
new
CraftCookingStand);
144
RegisterRecipe
(
new
DeCraftCookingStand);
145
RegisterRecipe
(
new
CraftArmbandFlag);
146
RegisterRecipe
(
new
DeCraftDetonator);
147
RegisterRecipe
(
new
RepairPlanks);
148
RegisterRecipe
(
new
CraftWitchHoodCoif
);
149
RegisterRecipe
(
new
CraftDrysackBag
);
150
RegisterRecipe
(
new
OpenScientificBriefcase);
151
RegisterRecipe
(
new
CloseScientificBriefcase);
152
153
//"paint" recipes
154
/*RegisterRecipe(new PaintFirefighterAxe);
155
RegisterRecipe(new PaintGhillieHoodGreen);
156
RegisterRecipe(new PaintGhillieHoodBlack);
157
RegisterRecipe(new PaintGhillieHoodGreenMossy);
158
RegisterRecipe(new PaintGhillieAttBlack);
159
RegisterRecipe(new PaintGhillieAttGreen);
160
RegisterRecipe(new PaintGhillieAttGreenMossy);
161
RegisterRecipe(new PaintGhillieTopGreen);
162
RegisterRecipe(new PaintGhillieTopBlack);
163
RegisterRecipe(new PaintGhillieTopGreenMossy);
164
RegisterRecipe(new PaintGhillieBushragGreen);
165
RegisterRecipe(new PaintGhillieBushragBlack);
166
RegisterRecipe(new PaintGhillieBushragGreenMossy);
167
RegisterRecipe(new PaintGhillieSuitGreen);
168
RegisterRecipe(new PaintGhillieSuitBlack);
169
RegisterRecipe(new PaintGhillieSuitGreenMossy);
170
RegisterRecipe(new PaintSKS);
171
RegisterRecipe(new PaintMosin);
172
RegisterRecipe(new PaintMosinCamoBlack);
173
RegisterRecipe(new PaintSawedoffMosin);
174
RegisterRecipe(new PaintSawedoffMosinCamoBlack);
175
RegisterRecipe(new PaintM4A1);
176
RegisterRecipe(new PaintRuger1022);
177
RegisterRecipe(new PaintB95);
178
RegisterRecipe(new PaintDarkMotohelmet);
179
RegisterRecipe(new PaintMotohelmet);
180
RegisterRecipe(new PaintCz527);
181
RegisterRecipe(new PaintCz527CamoBlack);
182
RegisterRecipe(new PaintAK74);
183
RegisterRecipe(new PaintAK101);
184
RegisterRecipe(new PaintAKS74U);
185
RegisterRecipe(new PaintBallisticHelmet);
186
RegisterRecipe(new PaintZSh3PilotHelmet);
187
RegisterRecipe(new PaintGorkaHelmet);
188
RegisterRecipe(new PaintGorkaHelmetComplete);
189
RegisterRecipe(new PaintCMAG10);
190
RegisterRecipe(new PaintCMAG20);
191
RegisterRecipe(new PaintCMAG30);
192
RegisterRecipe(new PaintCMAG40);
193
RegisterRecipe(new PaintAK7430Mag);
194
RegisterRecipe(new PaintAK10130Mag);
195
RegisterRecipe(new PaintAKMDrumMag);
196
RegisterRecipe(new PaintAKMPalm30Mag);
197
RegisterRecipe(new PaintM4MPBttstck);
198
RegisterRecipe(new PaintM4MPHndgrd);
199
RegisterRecipe(new PaintM4OEBttstck);
200
RegisterRecipe(new PaintM4CQBBttstck);
201
RegisterRecipe(new PaintM4PlasticHndgrd);
202
RegisterRecipe(new PaintM4RISHndgrd);
203
RegisterRecipe(new PaintAKFoldingBttstck);
204
RegisterRecipe(new PaintAKWoodBttstckBlack);
205
RegisterRecipe(new PaintAKWoodBttstckCamo);
206
RegisterRecipe(new PaintAK74HndgrdBlack);
207
RegisterRecipe(new PaintAK74HndgrdCamo);
208
RegisterRecipe(new PaintAKRailHndgrd);
209
RegisterRecipe(new PaintAK74WoodBttstckBlack);
210
RegisterRecipe(new PaintAK74WoodBttstckCamo);
211
RegisterRecipe(new PaintAKS74UBttstck);
212
RegisterRecipe(new PaintAKPlasticBttstck);
213
RegisterRecipe(new PaintMosinCamoGreen);
214
RegisterRecipe(new PaintSawedoffMosinCamoGreen);
215
RegisterRecipe(new PaintCz527CamoGreen);*/
216
217
}
218
};
SECOND
enum CarGearboxType SECOND
Определения
PluginRecipesManagerBase.c:4
FIRST
enum CarGearboxType FIRST
Определения
PluginRecipesManagerBase.c:3
RegisterRecipies
void RegisterRecipies()
Please do not delete commented recipes, they are usually commented out for a reason.
Определения
PluginRecipesManagerBase.c:14
BOTH
BOTH
Определения
PluginRecipesManagerBase.c:2
Ingredient
Ingredient
Определения
PluginRecipesManagerBase.c:2
CraftDrysackBag
Определения
CraftDrysackBag.c:2
CraftTorch
Определения
CraftTorch.c:2
CraftWitchHoodCoif
Определения
CraftWitchHoodCoif.c:2
PluginBase
Определения
PluginBase.c:2
PluginRecipesManagerBase::RegisterRecipe
void RegisterRecipe(RecipeBase recipe)
Определения
PluginRecipesManager.c:436
PluginRecipesManagerBase::UnregisterRecipe
void UnregisterRecipe(string clasname)
Определения
PluginRecipesManager.c:450
PluginRecipesManagerBase
Определения
PluginRecipesManager.c:13
Ishodniki
scripts
4_World
Classes
Recipes
Recipes
PluginRecipesManagerBase.c
Создано системой
1.13.2