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

◆ GetTotalAttackSpeed< T >()

float Terraria.Player.GetTotalAttackSpeed< T > ( )
inline
Type Constraints
T :DamageClass 

Definition at line 58429 of file Player.cs.

58429 : DamageClass
58430 {
58431 return GetTotalAttackSpeed(ModContent.GetInstance<T>());
58432 }
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 GetTotalAttackSpeed(DamageClass damageClass)
Definition Player.cs:58434

References Terraria.Player.GetTotalAttackSpeed().

+ Here is the call graph for this function: