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

◆ ItemOver()

void GUITrashCan.ItemOver ( int index)
inline

Definition at line 33 of file GUITrashCan.cs.

34 {
35 int num = 1;
36 this.cursorOverTrashCan = num != 0;
37 if (!true)
38 {
39 }
40 if (Main.myPlayer == 0)
41 {
42 }
43 Recipe.FindRecipes(false);
44 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static void FindRecipes(bool canDelayCheck=false)
Definition Recipe.cs:204

References Terraria.Recipe.FindRecipes(), j__TPar, and Terraria.Main.myPlayer.