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

◆ OnKill()

virtual void Terraria.ModLoader.GlobalProjectile.OnKill ( Projectile projectile,
int timeLeft )
inlinevirtual

Allows you to control what happens when a projectile is killed (for example, creating dust or making sounds).

Parameters
projectile
timeLeft

Definition at line 141 of file GlobalProjectile.cs.

142 {
143 }