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

◆ TryPortalJumping()

void Terraria.Player.TryPortalJumping ( )
inline

Definition at line 57723 of file Player.cs.

57724 {
57725 if (!mount.Active && !dead && !isLockedToATile)
57726 {
57728 }
57729 }
static void TryGoingThroughPortals(Entity ent)
bool Active
Definition Mount.cs:348
Mount mount
This player's T:Terraria.Mount. Do not overwrite this value. Instead, call M:Terraria....
Definition Player.cs:2323
bool isLockedToATile
Definition Player.cs:4358

References Terraria.Mount.Active, Terraria.Player.dead, Terraria.Player.isLockedToATile, Terraria.Player.mount, and Terraria.GameContent.PortalHelper.TryGoingThroughPortals().

Referenced by Terraria.Player.Update().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: