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 GUIInventory.ItemOver ( int index)
inline

Definition at line 95 of file GUIInventory.cs.

96 {
97 int num = this.itemOffset;
98 int myPlayer = Main.myPlayer;
100 int myPlayer3 = Main.myPlayer;
101 int myPlayer4 = Main.myPlayer;
102 int myPlayer5 = Main.myPlayer;
103 int myPlayer6 = Main.myPlayer;
104 bool isAir = Main.mouseItem.IsAir;
105 int myPlayer7 = Main.myPlayer;
106 int myPlayer8 = Main.myPlayer;
107 int myPlayer9 = Main.myPlayer;
111 global::Cursor cursor;
112 if (cursor != null)
113 {
114 return;
115 }
116 global::Cursor cursor2;
117 if (cursor2 != null)
118 {
119 return;
120 }
122 long num2 = 0L;
126 int cursorOverride = Main.cursorOverride;
127 int num3 = 49024;
129 if (num2 != 0L)
130 {
131 if (num3 == 0)
132 {
133 }
135 if (num3 == 0)
136 {
137 }
138 Recipe.FindRecipes(false);
141 }
142 string textValue = Language.GetTextValue("ControllerMappings.TakeOne");
144 Recipe.FindRecipes(false);
145 }
class f__AnonymousType0<< Count > j__TPar
bool IsAir
Definition Item.cs:1820
static string GetTextValue(string key)
Definition Language.cs:54
static int myPlayer
Definition Main.cs:2337
static int cursorOverride
Definition Main.cs:3147
static Item mouseItem
Definition Main.cs:2155
static void FindRecipes(bool canDelayCheck=false)
Definition Recipe.cs:204

References Terraria.Main.cursorOverride, Terraria.Recipe.FindRecipes(), Terraria.Localization.Language.GetTextValue(), System.index, Terraria.Item.IsAir, itemOffset, j__TPar, Microsoft.Xna.Framework.Input.L, Terraria.Main.mouseItem, and Terraria.Main.myPlayer.

Referenced by ItemDraw().