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

◆ ResetImmunity()

static void Terraria.Projectile.ResetImmunity ( )
inlinestatic

Definition at line 705 of file Projectile.cs.

706 {
707 for (int i = 0; i < perIDStaticNPCImmunity.Length; i++)
708 {
709 for (int j = 0; j < 200; j++)
710 {
712 }
713 }
714 }
static uint[][] perIDStaticNPCImmunity
Definition Projectile.cs:97

References Terraria.Projectile.perIDStaticNPCImmunity.

Referenced by Terraria.Projectile.InitializeStaticThings().

+ Here is the caller graph for this function: