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

◆ GetSelectedItem()

int GUIControllerHotbarRadial.GetSelectedItem ( )
inline

Definition at line 66 of file GUIControllerHotbarRadial.cs.

67 {
68 bool flag = this.hotbarMode;
69 int num = this.selectedColumn;
70 if (!flag)
71 {
72 int num2 = this.selectedRow;
73 return num;
74 }
75 return num;
76 }
class f__AnonymousType0<< Count > j__TPar

References hotbarMode, j__TPar, selectedColumn, and selectedRow.

Referenced by GUIHotbar.ItemDraw().