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

◆ PortalPhysicsEnabled

bool Terraria.Player.PortalPhysicsEnabled
get

Definition at line 3493 of file Player.cs.

3494 {
3495 get
3496 {
3497 if (_portalPhysicsTime > 0)
3498 {
3499 return !mount.Active;
3500 }
3501 return false;
3502 }
3503 }
bool Active
Definition Mount.cs:345
int _portalPhysicsTime
Definition Player.cs:2551