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

◆ HeightOffsetBoost

int Terraria.Player.HeightOffsetBoost
get

Definition at line 2798 of file Player.cs.

2799 {
2800 get
2801 {
2802 if (mount.Active)
2803 {
2804 return mount.HeightBoost;
2805 }
2807 {
2809 }
2810 return 0;
2811 }
2812 }
bool Active
Definition Mount.cs:345
int HeightBoost
Definition Mount.cs:401
PortableStoolUsage portableStoolInfo
Definition Player.cs:1071

Referenced by Terraria.GameContent.TeleportPylonsSystem.HandleTeleportRequest().