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

◆ OnRefreshed()

virtual void Terraria.ModLoader.ExtraJump.OnRefreshed ( Player player)
inlinevirtualinherited

This hook runs before P:Terraria.DataStructures.ExtraJumpState.Available is set to true in M:Terraria.Player.RefreshDoubleJumps
This occurs at the start of the grounded jump and while the player is grounded, or when jumping off a grappling hook/rope.

Parameters
playerThe player instance

Definition at line 220 of file ExtraJump.cs.

221 {
222 }

Referenced by Terraria.ModLoader.ExtraJumpLoader.RefreshJumps().

+ Here is the caller graph for this function: