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

◆ GetSelectedItemRegion()

Rectangle GUIControllerInterfaceEdit.GetSelectedItemRegion ( )
inline

Implements GUIControllerItem.

Definition at line 67 of file GUIControllerInterfaceEdit.cs.

68 {
69 do
70 {
71 int pageColumn = this.PageColumn;
72 int pageRow = this.PageRow;
73 }
74 while (32768 == 0);
75 if (this.EditProfile != 0)
76 {
77 if (this.EditTemplate == 0)
78 {
79 }
80 long num = 0L;
82 int editTemplate = this.EditTemplate;
83 if (num != 0L || num != 0L)
84 {
87 }
88 }
90 return rectangle;
91 }
class f__AnonymousType0<< Count > j__TPar
static DrPlatform.DrPlatformType CurrentPlatform
Definition DrPlatform.cs:26

References DrPlatform.CurrentPlatform, EditProfile, EditTemplate, j__TPar, System.L, PageColumn, and PageRow.