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

◆ OrderOver()

void GUIBestiary.OrderOver ( int index)
inlineprivate

Definition at line 426 of file GUIBestiary.cs.

427 {
429 if (!true)
430 {
431 }
432 bool mouseLeft = Main.mouseLeft;
433 if (!true)
434 {
435 }
436 bool mouseLeftRelease = Main.mouseLeftRelease;
437 if (!true)
438 {
439 }
440 Main.mouseLeftRelease = false;
442 }
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.