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

◆ DropOver()

void GUIBestiary.DropOver ( int index)
inlineprivate

Definition at line 710 of file GUIBestiary.cs.

711 {
713 if (!true)
714 {
715 }
716 bool mouseLeft = Main.mouseLeft;
717 if (!true)
718 {
719 }
720 bool mouseLeftRelease = Main.mouseLeftRelease;
721 if (!true)
722 {
723 }
724 Main.mouseLeftRelease = false;
727 }
class f__AnonymousType0<< Count > j__TPar
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References System.index, j__TPar, Terraria.Main.mouseLeft, and Terraria.Main.mouseLeftRelease.