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

◆ Draw()

void GUIEmotesWindow.Draw ( )
inline

Definition at line 89 of file GUIEmotesWindow.cs.

90 {
91 int frameCounter;
92 do
93 {
94 frameCounter = this._frameCounter;
95 GUIInputRegionExclusive pickingInterceptor = this.PickingInterceptor;
96 this._frameCounter = frameCounter;
97 if (pickingInterceptor != null)
98 {
99 }
100 if (pickingInterceptor == null)
101 {
102 }
103 }
104 while (frameCounter == 0);
105 if (frameCounter == 0)
106 {
107 }
108 if (!true)
109 {
110 }
112 this.DrawEntries();
113 this.DrawCategories();
116 {
117 }
119 if (pickingInterceptor2 != null)
120 {
121 int num = 1;
123 }
124 }
class f__AnonymousType0<< Count > j__TPar
GUIInputRegionExclusive PickingInterceptor
static void FlushBatches()
Definition Main.cs:5092

References _frameCounter, DrawCategories(), DrawEntries(), Terraria.Main.FlushBatches(), j__TPar, and PickingInterceptor.