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