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

◆ OnMouseOver()

void Terraria.UI.InGamePopups.AchievementUnlockedPopup.OnMouseOver ( )
inlineprivate

Definition at line 186 of file InGamePopups.cs.

187 {
188 int num = 1;
189 if (num == 0)
190 {
191 }
193 if (num == 0)
194 {
195 }
196 int myPlayer = Main.myPlayer;
197 bool mouseLeft = Main.mouseLeft;
198 if (num == 0)
199 {
200 }
201 bool mouseLeftRelease = Main.mouseLeftRelease;
202 if (num == 0)
203 {
204 }
205 Main.mouseLeftRelease = false;
206 IngameFancyUI.OpenAchievementsAndGoto(this._theAchievement);
207 int num2 = 1;
208 this.<ShouldBeRemoved>k__BackingField = num2 != 0;
209 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.UI.InGamePopups.AchievementUnlockedPopup._theAchievement, Terraria.GameInput.PlayerInput.IgnoreMouseInterface, j__TPar, Terraria.UI.InGamePopups.AchievementUnlockedPopup.k__BackingField, Terraria.Main.mouseLeft, Terraria.Main.mouseLeftRelease, Terraria.Main.myPlayer, Terraria.UI.IngameFancyUI.OpenAchievementsAndGoto(), and Terraria.UI.InGamePopups.AchievementUnlockedPopup.ShouldBeRemoved.