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

◆ TryPortalJumping()

void Terraria.Player.TryPortalJumping ( )
inline

Definition at line 19931 of file Player.cs.

19932 {
19933 if (this.mount._active || this.dead || this.sitting != null || this.sleeping != null)
19934 {
19935 return;
19936 }
19938 }
static void TryGoingThroughPortals(Entity ent)

References Terraria.Mount._active, Terraria.Player.mount, and Terraria.GameContent.PortalHelper.TryGoingThroughPortals().