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

◆ DrawMapIcons_PotionOfReturnAppearAfterUsePosition()

void Terraria.Main.DrawMapIcons_PotionOfReturnAppearAfterUsePosition ( SpriteBatch spriteBatch,
Microsoft::Xna::Framework::Vector2 mapTopLeft,
Microsoft::Xna::Framework::Vector2 mapX2Y2AndOff,
Rectangle? mapRect,
float mapScale,
float drawScale,
string mouseTextString )
inlineprivate

Definition at line 14686 of file Main.cs.

14687 {
14688 int num = 1;
14689 if (num == 0)
14690 {
14691 }
14692 Player localPlayer = Main.LocalPlayer;
14693 if (num == 0)
14694 {
14695 }
14696 int height = Main.LocalPlayer.height;
14697 int num2 = 1;
14698 if (height == 0)
14699 {
14700 }
14701 if (height == 0)
14702 {
14703 }
14704 if (height == 0)
14705 {
14706 }
14707 if (mapTopLeft == null)
14708 {
14709 }
14710 if (mapTopLeft == null)
14711 {
14712 }
14713 if (num2 == 0)
14714 {
14715 }
14716 if (mapTopLeft == null)
14717 {
14718 }
14721 if (mapTopLeft == null)
14722 {
14723 }
14726 if (rectangle2 == null)
14727 {
14728 }
14730 string textValue = Language.GetTextValue("GameUI.PotionOfReturnExitPortal");
14732 if ("GameUI.PotionOfReturnExitPortal" == null)
14733 {
14734 }
14736 if ("GameUI.PotionOfReturnExitPortal" == null)
14737 {
14738 }
14739 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54

References Terraria.Localization.Language.GetTextValue(), Terraria.Entity.height, j__TPar, Terraria.Main.LocalPlayer, and Terraria.Main.MouseScreen.

Referenced by Terraria.Main.DrawMiscMapIcons().