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

◆ GetJumpState< T >() [1/2]

ref ExtraJumpState Terraria.Player.GetJumpState< T > ( )
inline
Type Constraints
T :ExtraJump 

Definition at line 58705 of file Player.cs.

58705 : ExtraJump
58706 {
58707 return ref GetJumpState(ModContent.GetInstance<T>());
58708 }
T:Terraria.ModLoader.ExtraJump is a singleton, defining the properties and behaviour of midair extra ...
Definition ExtraJump.cs:10
Manages content added by mods. Liasons between mod content and Terraria's arrays and oversees the Loa...
Definition ModContent.cs:38