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

◆ ApplyMeleeScale()

void Terraria.Player.ApplyMeleeScale ( ref float scale)
inline

Definition at line 41793 of file Player.cs.

41794 {
41795 if (meleeScaleGlove)
41796 {
41797 scale *= 1.1f;
41798 }
41799 }
bool meleeScaleGlove
Definition Player.cs:2565

References Terraria.Player.meleeScaleGlove.

Referenced by Terraria.Player.GetAdjustedItemScale().

+ Here is the caller graph for this function: