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

◆ SelectedNumMaterials

int GUICrafting.SelectedNumMaterials
get

Definition at line 58 of file GUICrafting.cs.

59 {
60 get
61 {
62 int num;
63 int focusRecipe3;
64 do
65 {
66 num = 1;
67 if (num == 0)
68 {
69 }
70 int focusRecipe = Main.focusRecipe;
71 if (num == 0)
72 {
73 }
75 int numAvailableRecipes = Main.numAvailableRecipes;
76 if (num == 0)
77 {
78 }
79 int[] availableRecipe = Main.availableRecipe;
81 }
82 while (num == 0);
83 return focusRecipe3;
84 }
85 }
class f__AnonymousType0<< Count > j__TPar
static int focusRecipe
Definition Main.cs:2323
static int numAvailableRecipes
Definition Main.cs:2309
static int[] availableRecipe
Definition Main.cs:2281