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

◆ GetTotalKnockback< T >()

Type Constraints
T :DamageClass 

Definition at line 58467 of file Player.cs.

58467 : DamageClass
58468 {
58469 return GetTotalKnockback(ModContent.GetInstance<T>());
58470 }
T:Terraria.ModLoader.DamageClass is used to determine the application of item effects,...
Manages content added by mods. Liasons between mod content and Terraria's arrays and oversees the Loa...
Definition ModContent.cs:38
StatModifier GetTotalKnockback(DamageClass damageClass)
Definition Player.cs:58472

References Terraria.Player.GetTotalKnockback().

+ Here is the call graph for this function: