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

◆ DrawInventoryItems()

void GUIPageIcons.DrawInventoryItems ( )
inline

Definition at line 588 of file GUIPageIcons.cs.

589 {
590 if (this.UseConsoleStyle)
591 {
592 }
593 bool flag = this.leftMenuOpen;
595 if (flag)
596 {
598 list = this.leftItems;
599 float x = this.pageButtonRegionSize.X;
600 float y = this.pageButtonRegionSize.Y;
601 int size = list._size;
602 if (!flag)
603 {
604 }
605 return;
606 }
608 if (list == null)
609 {
610 }
613 if (list == null)
614 {
615 }
616 if (16256 == 0)
617 {
618 }
620 }
class f__AnonymousType0<< Count > j__TPar
static void SetLeftPageRegion(Rectangle region)
Microsoft.Xna.Framework.Vector2 pageButtonRegionSize
GUIPageIcons.Category selectedLeft
GUIPageIcons.Category _selectedLeft
List< GUIPageIcons.Category > leftItems

References _selectedLeft, j__TPar, leftItems, leftMenuOpen, System.list, pageButtonRegionSize, selectedLeft, ControlAnchor.SetLeftPageRegion(), and UseConsoleStyle.