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 GUIReforgePopup.Draw ( )
inline

Definition at line 163 of file GUIReforgePopup.cs.

164 {
165 if (!true)
166 {
167 }
168 if (!true)
169 {
170 }
172 if (this.PickingInterceptor != null)
173 {
174 }
176 this._controller.Activate();
177 Item item;
178 this.UpdatePrefixes(item);
179 this.UpdateText();
180 this.SetupBackingSize();
183 float y = this.CachedTextSize.Y;
184 this.DrawPrefixes();
185 int openedFrame = this.OpenedFrame;
186 }
class f__AnonymousType0<< Count > j__TPar
static void SetGridItemRegion(Rectangle region)
GUIControllerReforgePopup _controller
void UpdatePrefixes(Item reforgeItem)
GUIInputRegionExclusive PickingInterceptor
static void FlushBatches()
Definition Main.cs:5092

References _controller, GUIControllerReforgePopup.Activate(), CachedTextSize, DrawPrefixes(), Terraria.Main.FlushBatches(), System.item, j__TPar, OpenedFrame, PickingInterceptor, ControlAnchor.SetGridItemRegion(), SetupBackingSize(), UpdatePrefixes(), UpdateText(), and Microsoft.Xna.Framework.Vector2.Y.