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

◆ TryToHover()

void Terraria.GameContent.UI.ResourceSets.ClassicPlayerResourcesDisplaySet.TryToHover ( )
inline

Implements Terraria.GameContent.UI.ResourceSets.IPlayerResourcesDisplaySet.

Definition at line 99 of file ClassicPlayerResourcesDisplaySet.cs.

100 {
101 if (!true)
102 {
103 }
104 Vector2 mouseScreen = Main.MouseScreen;
105 Player localPlayer = Main.LocalPlayer;
108 int statLifeMax = localPlayer.statLifeMax2;
109 int num = 16896;
110 if (ui_ScreenAnchorX == 0)
111 {
112 }
113 if (num == 0)
114 {
115 }
116 CommonResourceBarMethods.DrawLifeMouseOver();
118 int statManaMax = localPlayer.statManaMax2;
120 CommonResourceBarMethods.DrawManaMouseOver();
121 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.UI.ResourceSets.CommonResourceBarMethods.DrawLifeMouseOver(), Terraria.GameContent.UI.ResourceSets.CommonResourceBarMethods.DrawManaMouseOver(), j__TPar, Terraria.Main.LocalPlayer, Terraria.Main.MouseScreen, Terraria.GameContent.UI.ResourceSets.ClassicPlayerResourcesDisplaySet.UI_ScreenAnchorX, Terraria.GameContent.UI.ResourceSets.ClassicPlayerResourcesDisplaySet.UIDisplay_LifePerHeart, and Terraria.GameContent.UI.ResourceSets.ClassicPlayerResourcesDisplaySet.UIDisplay_ManaPerStar.