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

◆ TeleportationPotion()

void Terraria.Player.TeleportationPotion ( )
inline

Definition at line 19716 of file Player.cs.

19717 {
19718 if (!true)
19719 {
19720 }
19721 int underworldLayer = Main.UnderworldLayer;
19722 int num = 1;
19723 if (num != 0)
19724 {
19725 if (num == 0)
19726 {
19727 }
19728 if (!true)
19729 {
19730 }
19731 bool netHost = Main.NetHost;
19732 int whoAmI = this.whoAmI;
19733 float x = this.position.X;
19734 float y = this.position.Y;
19735 int whoAmI2 = this.whoAmI;
19736 return;
19737 }
19738 if (!true)
19739 {
19740 }
19741 bool netHost2 = Main.NetHost;
19742 }
class f__AnonymousType0<< Count > j__TPar
Vector2 position
Definition Entity.cs:460

References j__TPar, Terraria.Main.NetHost, Terraria.Entity.position, Terraria.Main.UnderworldLayer, Terraria.Entity.whoAmI, Microsoft.Xna.Framework.Vector2.X, and Microsoft.Xna.Framework.Vector2.Y.