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

◆ Draw()

void GUIChest.Draw ( )
inline

Definition at line 108 of file GUIChest.cs.

109 {
110 int myPlayer = Main.myPlayer;
111 int myPlayer2 = Main.myPlayer;
112 int myPlayer3 = Main.myPlayer;
113 Tile tile;
114 ushort type = tile.type;
115 int myPlayer4 = Main.myPlayer;
116 Recipe.FindRecipes(false);
117 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static void FindRecipes(bool canDelayCheck=false)
Definition Recipe.cs:204
ushort type
Definition Tile.cs:58

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