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

◆ PageOver()

void GUIInterfaceEdit.PageOver ( int index)
inlineprivate

Definition at line 116 of file GUIInterfaceEdit.cs.

117 {
118 bool mouseLeft = Main.mouseLeft;
119 bool mouseLeftRelease = Main.mouseLeftRelease;
121 int size = leftGroupings._size;
123 if (size2 == 0)
124 {
125 }
127 if (size2 == 0)
128 {
129 }
131 if (size2 == 0)
132 {
133 }
136 if (leftGroupings2 == null)
137 {
138 }
140 }
class f__AnonymousType0<< Count > j__TPar
List< GUIPageIconGrouping > LeftGroupings
List< GUIPageIconGrouping > RightGroupings
static InterfaceProfile_Layout Active
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References System.Collections.Generic.List< T >._size, InterfaceStyles_Layout.Active, j__TPar, InterfaceProfile_Layout.LeftGroupings, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, and InterfaceProfile_Layout.RightGroupings.