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

◆ DrawFilterSearch()

void GUIBestiary.DrawFilterSearch ( )
inlineprivate

Definition at line 127 of file GUIBestiary.cs.

128 {
129 bool flag = this.editingSearch;
132 {
133 int num = 1;
134 this.editingSearch = num != 0;
135 if (-2147483648 == 0)
136 {
137 }
138 Main.clrInput();
139 }
140 bool flag2 = this.editingSearch;
141 if (flag2)
142 {
143 if (!flag2)
144 {
145 }
146 return;
147 }
148 bool flag3 = string.IsNullOrWhiteSpace(this.searchTerm);
149 string textValue = Language.GetTextValue("UI.PlayerNameSlot");
150 }
class f__AnonymousType0<< Count > j__TPar
string searchTerm
bool editingSearch
static string GetTextValue(string key)
Definition Language.cs:54
static void clrInput()
Definition Main.cs:8459

References Terraria.Main.clrInput(), editingSearch, Terraria.Localization.Language.GetTextValue(), j__TPar, and searchTerm.

Referenced by DrawFilters().