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

◆ ResetLocalNPCHitImmunity()

void Terraria.Projectile.ResetLocalNPCHitImmunity ( )
inline

Definition at line 45606 of file Projectile.cs.

45607 {
45608 for (int i = 0; i < 200; i++)
45609 {
45610 localNPCImmunity[i] = 0;
45611 }
45612 }

Referenced by Terraria.Projectile.SetDefaults().

+ Here is the caller graph for this function: