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

◆ UpdateMaterialNavigation()

void GUICrafting.UpdateMaterialNavigation ( )
inline

Definition at line 146 of file GUICrafting.cs.

147 {
148 if (!this.Filter.Expanded)
149 {
150 bool hasFocus = this.HasFocus;
153 double totalSeconds = (now - lastActivated).TotalSeconds;
154 if (this.materialsGridActive)
155 {
157 }
158 if (this.menuTogglePressed && !this.materialsGridActive)
159 {
162 guicontrollerCraftingMaterials.Activate();
163 return;
164 }
165 }
166 }
class f__AnonymousType0<< Count > j__TPar
bool menuTogglePressed
GUIControllerCraftingMaterials materialController
bool materialsGridActive
GUIItemFilter Filter
static float UITextAlpha
static DateTime Now
Definition DateTime.cs:530

References GUIControllerCraftingMaterials.Activate(), GUIItemFilter.Expanded, Filter, HasFocus, j__TPar, GUIControllerCraftingMaterials.LastActivated, materialController, materialsGridActive, menuTogglePressed, System.DateTime.Now, and XNAUIInputLayer.UITextAlpha.

Referenced by Draw().