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

◆ DrawFilter()

void GUIItemFilter.DrawFilter ( )
inline

Definition at line 87 of file GUIItemFilter.cs.

88 {
90 if (this.Expanded)
91 {
92 return;
93 }
94 this.DrawSearch();
95 if (this.Expanded)
96 {
98 if (this.pickingInterceptor == null)
99 {
102 if (guiinputRegionExclusive != null)
103 {
104 }
105 }
109 string textValue = Language.GetTextValue("Mobile.FilterItemsClose");
110 string textValue2 = Language.GetTextValue("Mobile.FilterItemsClose");
112 return;
113 }
116 if (this._cat == GUIPageIcons.Category.Crafting)
117 {
118 return;
119 }
120 string textValue3 = Language.GetTextValue("Mobile.FilterItems");
122 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerItemFilter _controller
GUIPageIcons.Category _cat
GUIControllerItem previousNavigationItem
GUIInputRegionExclusive pickingInterceptor
static string GetTextValue(string key)
Definition Language.cs:54
static bool ControllerModeLocked

References _cat, _controller, Controller.ControllerActionManager.AnyControllerConnected, XNAUnityRunner.ControllerModeLocked, DrawSearch(), Expanded, Terraria.Localization.Language.GetTextValue(), PageControllerLayoutDefinition< T >.Instance, j__TPar, pickingInterceptor, and previousNavigationItem.