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

◆ GetTotalDamage< T >()

Type Constraints
T :DamageClass 

Definition at line 58381 of file Player.cs.

58381 : DamageClass
58382 {
58383 return GetTotalDamage(ModContent.GetInstance<T>());
58384 }
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 GetTotalDamage(DamageClass damageClass)
Calculates a total damage modifier for the player for the provided T:Terraria.ModLoader....
Definition Player.cs:58396

References Terraria.Player.GetTotalDamage().

+ Here is the call graph for this function: