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

◆ DrawInGame()

void Terraria.UI.InGamePopups.AchievementUnlockedPopup.DrawInGame ( SpriteBatch sb,
Vector2 bottomAnchorPosition )
inline

Implements Terraria.UI.IInGameNotification.

Definition at line 146 of file InGamePopups.cs.

147 {
148 float scale = this.Scale;
149 string title = this._title;
150 float scale2 = this.Scale;
151 int width = this._achievementIconFrame.Width;
152 int height = this._achievementIconFrame.Height;
157 if (achievementBorderTexture2 == null)
158 {
159 }
161 Vector2 vector = rectangle.Right();
162 Vector2 vector2 = rectangle.Left();
167 if (height4 == 0)
168 {
169 }
170 if (height4 == 0 || height4 == 0)
171 {
172 }
173 this._height = (float)height4;
174 if (height4 == 0)
175 {
176 }
177 bool mouseLeft = Main.mouseLeft;
178 if (height4 == 0)
179 {
180 }
181 bool mouseLeftRelease = Main.mouseLeftRelease;
182 IngameFancyUI.OpenAchievementsAndGoto(this._theAchievement);
183 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.UI.InGamePopups.AchievementUnlockedPopup._achievementBorderTexture, Terraria.UI.InGamePopups.AchievementUnlockedPopup._achievementIconFrame, Terraria.UI.InGamePopups.AchievementUnlockedPopup._achievementTexture, Terraria.UI.InGamePopups.AchievementUnlockedPopup._theAchievement, Terraria.UI.InGamePopups.AchievementUnlockedPopup._title, Microsoft.Xna.Framework.Rectangle.Height, j__TPar, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Terraria.UI.IngameFancyUI.OpenAchievementsAndGoto(), Terraria.UI.InGamePopups.AchievementUnlockedPopup.Scale, and Microsoft.Xna.Framework.Rectangle.Width.