TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
CopyLocalNPCImmunityTimes()
void
Terraria.Projectile.CopyLocalNPCImmunityTimes
(
Projectile
p
)
inline
private
Definition at line
57388
of file
Projectile.cs
.
57389
{
57390
for
(
int
i = 0; i <
localNPCImmunity
.Length; i++)
57391
{
57392
p
.localNPCImmunity[i] =
localNPCImmunity
[i];
57393
}
57394
}
List
Terraria.Projectile.localNPCImmunity
int[] localNPCImmunity
Definition
Projectile.cs:249
Terraria
Projectile
Generated by
1.10.0