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

◆ ResizeHitbox()

void Terraria.Player.ResizeHitbox ( )
inlineprivate

Definition at line 27028 of file Player.cs.

27029 {
27030 position.Y += height;
27032 position.Y -= height;
27033 }
int height
The height of this Entity's hitbox, in pixels.
Definition Entity.cs:51
int HeightOffsetBoost
Definition Player.cs:3633

References Terraria.Entity.height, and Terraria.Player.HeightOffsetBoost.

Referenced by Terraria.Player.ResetEffects(), Terraria.Player.Update(), and Terraria.Player.UpdatePortableStoolUsage().

+ Here is the caller graph for this function: