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

◆ RightOver()

void GUIPageIcons.RightOver ( int index)
inlineprivate

Definition at line 430 of file GUIPageIcons.cs.

431 {
433 GUIPageIcons.Category category = this.hoverRight;
438 if (category2 == GUIPageIcons.Category.Crafting)
439 {
440 }
441 bool mouseLeft = Main.mouseLeft;
442 if (category2 == GUIPageIcons.Category.Crafting)
443 {
444 }
445 bool mouseLeftRelease = Main.mouseLeftRelease;
450 }
class f__AnonymousType0<< Count > j__TPar
GUIPageIcons.Category selectedRight
GUIPageIcons.Category hoverRight
List< GUIPageIcons.Category > rightItems
GUIPageIcons.Category lastHoverRight
GUIPageIcons.Category _selectedRight
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References _selectedRight, Controller.ControllerActionManager.AnyControllerConnected, hoverRight, j__TPar, lastHoverRight, System.list, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, rightItems, and selectedRight.

Referenced by RightDraw().