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

◆ CraftItemOver()

void GUICraftGuidePopup.CraftItemOver ( int index)
inline

Definition at line 203 of file GUICraftGuidePopup.cs.

204 {
206 int num = this.numAvailableGuideRecipes;
207 Item item;
208 if (item.type != 0)
209 {
210 int[] array = this.availableGuideRecipe;
211 }
212 int num2 = this.focusGuideRecipe;
213 int type = item.type;
214 if (type != 0)
215 {
216 if (type == 0)
217 {
218 }
219 bool mouseLeft = Main.mouseLeft;
220 if (type == 0)
221 {
222 }
223 bool mouseLeftRelease = Main.mouseLeftRelease;
224 }
226 int type2 = item.type;
227 if (type2 != 0)
228 {
229 if (type2 == 0)
230 {
231 }
232 int[] array2 = this.availableGuideRecipe;
233 int[] array3 = this.availableGuideRecipe;
234 int num4 = 22;
235 Item item2;
237 int[] array4 = this.availableGuideRecipe;
238 if (num4 == 0)
239 {
240 int[] array5 = this.availableGuideRecipe;
241 }
243 return;
244 }
245 }
class f__AnonymousType0<< Count > j__TPar
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671
static void UpdateTooltipContext(int context, int slot)
Definition ItemSlot.cs:972

References System.array, availableGuideRecipe, focusGuideRecipe, System.index, System.item, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, numAvailableGuideRecipes, Terraria.Item.type, and Terraria.UI.ItemSlot.UpdateTooltipContext().