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

◆ CopyLocalNPCImmunityTimes()

void Terraria.Projectile.CopyLocalNPCImmunityTimes ( Projectile p)
inlineprivate

Definition at line 44177 of file Projectile.cs.

44178 {
44179 for (int i = 0; i < localNPCImmunity.Length; i++)
44180 {
44181 p.localNPCImmunity[i] = localNPCImmunity[i];
44182 }
44183 }

References Terraria.Projectile.localNPCImmunity.