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

◆ TryGettingHitByOtherPlayersExplosives()

void Terraria.Projectile.TryGettingHitByOtherPlayersExplosives ( )
inlineprivate

Definition at line 66944 of file Projectile.cs.

66945 {
66946 if (owner != Main.myPlayer)
66947 {
66949 Damage();
66950 }
66951 }

References Terraria.GameContent.Damage, and Terraria.Main.myPlayer.