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

◆ NPCOver()

void GUIBestiary.NPCOver ( int index)
inlineprivate

Definition at line 48 of file GUIBestiary.cs.

49 {
51 if (!true)
52 {
53 }
54 bool mouseLeft = Main.mouseLeft;
55 if (!true)
56 {
57 }
58 bool mouseLeftRelease = Main.mouseLeftRelease;
59 if (this.editingSearch)
60 {
61 this.CloseSearchInput();
62 }
67 }
class f__AnonymousType0<< Count > j__TPar
List< BestiaryEntry > SortedEntries
GUIControllerBestiary _controllerInput
void RefreshSelectedStats()
bool editingSearch
void CloseSearchInput()
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References _controllerInput, CloseSearchInput(), editingSearch, System.index, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, RefreshSelectedStats(), GUIControllerBestiary.SelectNPCEntry(), and SortedEntries.