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

◆ FilterOver()

void GUIBestiary.FilterOver ( int index)
inlineprivate

Definition at line 326 of file GUIBestiary.cs.

327 {
329 if (!true)
330 {
331 }
332 bool mouseLeft = Main.mouseLeft;
333 if (!true)
334 {
335 }
336 bool mouseLeftRelease = Main.mouseLeftRelease;
338 bool flag = this.editingSearch;
339 if (flag)
340 {
341 this.CloseSearchInput();
342 }
343 if (!flag)
344 {
345 }
346 Main.mouseLeftRelease = false;
348 this.RefreshEntries();
349 }
class f__AnonymousType0<< Count > j__TPar
void RefreshEntries()
List< bool > filterAvailable
List< bool > filterEnabled
bool editingSearch
void CloseSearchInput()
static bool mouseLeftRelease
Definition Main.cs:2029
static bool mouseLeft
Definition Main.cs:671

References CloseSearchInput(), editingSearch, filterAvailable, filterEnabled, System.index, j__TPar, System.list, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, and RefreshEntries().