Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryPortalJumping()

void Terraria.Player.TryPortalJumping ( )
inline

Definition at line 53340 of file Player.cs.

53341 {
53342 if (!mount.Active && !dead && !isLockedToATile)
53343 {
53345 }
53346 }
static void TryGoingThroughPortals(Entity ent)
bool Active
Definition Mount.cs:345
bool isLockedToATile
Definition Player.cs:3482

References Terraria.GameContent.PortalHelper.TryGoingThroughPortals().