terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ FindRecipes()

void GUICraftGuidePopup.FindRecipes ( )
inline

Definition at line 308 of file GUICraftGuidePopup.cs.

309 {
310 int[] array = this.availableGuideRecipe;
311 Item item;
312 int type = item.type;
313 int stack = item.stack;
314 bool flag = item.Name != "";
315 if (stack == 0)
316 {
317 }
318 if (stack != 0)
319 {
320 int type2 = item.type;
321 int type3 = item.type;
322 int type4 = item.type;
323 int type5 = item.type;
324 int type6 = item.type;
325 int type7 = item.type;
326 while (stack != 0)
327 {
328 }
329 return;
330 }
331 }
class f__AnonymousType0<< Count > j__TPar

References System.array, availableGuideRecipe, System.item, j__TPar, System.stack, and Terraria.Item.type.

Referenced by Draw(), and OpenPopup().