Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
CopyLocalNPCImmunityTimes()
void
Terraria.Projectile.CopyLocalNPCImmunityTimes
(
Projectile
p
)
inline
private
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
}
Terraria.Projectile.localNPCImmunity
int[] localNPCImmunity
Definition
Projectile.cs:148
System.Text.RegularExpressions.ExceptionArgument.i
@ i
References
Terraria.Projectile.localNPCImmunity
.
Terraria
Projectile
Generated by
1.10.0