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

◆ LeftOver()

void GUIPageIcons.LeftOver ( int index)
inlineprivate

Definition at line 326 of file GUIPageIcons.cs.

327 {
329 GUIPageIcons.Category category = this.hoverLeft;
334 if (category2 == GUIPageIcons.Category.Crafting)
335 {
336 }
337 bool mouseLeft = Main.mouseLeft;
338 if (category2 == GUIPageIcons.Category.Crafting)
339 {
340 }
341 bool mouseLeftRelease = Main.mouseLeftRelease;
342 if (category2 == GUIPageIcons.Category.Crafting)
343 {
344 }
346 if (category2 == GUIPageIcons.Category.Crafting)
347 {
348 }
349 if (Main.mouseItem != null)
350 {
351 if (category2 == GUIPageIcons.Category.Crafting)
352 {
353 }
354 int type = Main.mouseItem.type;
355 }
356 if (this.leftMenuTogglePressed)
357 {
360 }
361 }
class f__AnonymousType0<< Count > j__TPar
GUIPageIcons.Category hoverLeft
GUIPageIcons.Category selectedLeft
GUIPageIcons.Category _selectedLeft
GUIPageIcons.Category lastHoverLeft
bool leftMenuTogglePressed
List< GUIPageIcons.Category > leftItems
static bool mouseLeftRelease
Definition Main.cs:2029
static Item mouseItem
Definition Main.cs:2155
static bool mouseLeft
Definition Main.cs:671

References _selectedLeft, hoverLeft, j__TPar, lastHoverLeft, leftItems, leftMenuTogglePressed, System.list, Terraria.Main.mouseItem, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, selectedLeft, and Terraria.Item.type.

Referenced by LeftDraw().