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

◆ DrawResearchItem()

void GUIResearch.DrawResearchItem ( )
inlineprivate

Definition at line 419 of file GUIResearch.cs.

420 {
424 int num = 32640;
425 float x = researchItem2.Size.X;
426 float y = researchItem2.Size.Y;
427 int num2 = 32768;
428 if (researchItem2 == null)
429 {
430 }
431 if (num2 == 0)
432 {
433 }
434 if (researchItem2.Size != null)
435 {
436 if (num == 0)
437 {
438 }
439 return;
440 }
441 }
class f__AnonymousType0<< Count > j__TPar
Item GetResearchItem()
Panel_Layout ResearchItem
static Research_Layout Instance

References GetResearchItem(), Research_Layout.Instance, j__TPar, Research_Layout.ResearchItem, Panel_Layout.Size, and Microsoft.Xna.Framework.Vector2.X.

Referenced by DrawResearchBacking().