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

◆ Draw()

void GUIResearch.Draw ( )
inline

Definition at line 149 of file GUIResearch.cs.

150 {
151 if (!true)
152 {
153 }
155 GUIInputRegionExclusive pickingInterceptor = this.PickingInterceptor;
156 if (pickingInterceptor != null)
157 {
158 }
159 if (pickingInterceptor == null)
160 {
161 }
162 if (!true)
163 {
164 }
166 this.DrawResearchBacking();
167 this.DrawResearchCogs();
168 this.DrawItemProgress();
172 this.DrawMainButtons();
174 if (pickingInterceptor2 != null)
175 {
177 }
178 }
class f__AnonymousType0<< Count > j__TPar
void DrawItemProgress()
void DrawResearchCogs()
GUIInputRegionExclusive PickingInterceptor
void DrawResearchParticles()
void DrawResearchBacking()
void DrawMainButtons()
GUIPageIconGrouping GetCategoryGrouping(GUIPageIcons.Category category, bool includeOptions=true)
static InterfaceProfile_Layout Active
Panel_Layout Divider2
Panel_Layout Divider
static Research_Layout Instance
static void FlushBatches()
Definition Main.cs:5092

References InterfaceStyles_Layout.Active, Research_Layout.Divider, Research_Layout.Divider2, DrawItemProgress(), DrawMainButtons(), DrawResearchBacking(), DrawResearchCogs(), DrawResearchParticles(), Terraria.Main.FlushBatches(), InterfaceProfile_Layout.GetCategoryGrouping(), Research_Layout.Instance, j__TPar, and PickingInterceptor.