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 GUIWorldCreateController.GetSelectedItemRegion ( )
inline

Implements GUIControllerItem.

Definition at line 104 of file GUIWorldCreateController.cs.

105 {
106 if (this.difficultyActive)
107 {
108 int num = this.difficultyIndex;
109 }
111 if (this.worldActive)
112 {
113 int num2 = this.worldIndex;
114 return rectangle;
115 }
116 if (this.evilTypeActive)
117 {
118 int num3 = this.evilTypeIndex;
119 return rectangle;
120 }
122 return rectangle2;
123 }
class f__AnonymousType0<< Count > j__TPar

References difficultyActive, difficultyIndex, evilTypeActive, evilTypeIndex, j__TPar, worldActive, and worldIndex.