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 GUIPageIconGrouping.PageOver ( int index)
inlineprivate

Definition at line 433 of file GUIPageIconGrouping.cs.

434 {
437 if (!true)
438 {
439 }
440 bool mouseLeft = Main.mouseLeft;
441 if (!true)
442 {
443 }
444 bool mouseLeftRelease = Main.mouseLeftRelease;
453 bool flag2 = active.IsCollapsed(selectedCategory4);
455 active.SetCollapsed(selectedCategory5, true);
456 }
class f__AnonymousType0<< Count > j__TPar
GUIPageIcons.Category SelectedCategory
List< GUIPageIcons.Category > _options
static bool CanCollapse(GUIPageIcons.Category category)
void SetCollapsed(GUIPageIcons.Category category, bool collapsed)
bool IsCollapsed(GUIPageIcons.Category category)
static InterfaceProfile_Layout Active
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671
static bool ControllerModeLocked

References _options, InterfaceStyles_Layout.Active, CanCollapse(), XNAUnityRunner.ControllerModeLocked, InterfaceProfile_Layout.IsCollapsed(), j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, System.options, SelectedCategory, and InterfaceProfile_Layout.SetCollapsed().