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

◆ GetTotalArmorPenetration< T >()

Type Constraints
T :DamageClass 

Definition at line 58448 of file Player.cs.

58448 : DamageClass
58449 {
58450 return GetTotalArmorPenetration(ModContent.GetInstance<T>());
58451 }
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
float GetTotalArmorPenetration(DamageClass damageClass)
Definition Player.cs:58453

References Terraria.Player.GetTotalArmorPenetration().

+ Here is the call graph for this function: