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

◆ TryPortalJumping()

void Terraria.NPC.TryPortalJumping ( )
inline

Definition at line 91611 of file NPC.cs.

91612 {
91613 if (townNPC && Main.netMode != 1)
91614 {
91616 }
91617 }
static void TryGoingThroughPortals(Entity ent)
bool townNPC
Definition NPC.cs:537

References Terraria.Main.netMode, and Terraria.GameContent.PortalHelper.TryGoingThroughPortals().