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

◆ DisableSound()

void Terraria.Player.HurtModifiers.DisableSound ( )
inline

Prevents the hurt sound from playing.

Definition at line 743 of file Player.cs.

744 {
745 _soundDisabled = true;
746 }

References Terraria.Player.HurtModifiers._soundDisabled.