Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ClearFoundNPCTypesForBestiary()
static
void
Terraria.NPC.ClearFoundNPCTypesForBestiary
(
)
inline
static
Definition at line
1278
of file
NPC.cs
.
1279
{
1280
for
(
int
i = 0;
i
<
npcsFoundForCheckActive
.Length;
i
++)
1281
{
1282
npcsFoundForCheckActive
[
i
] =
false
;
1283
}
1284
}
Terraria.NPC.npcsFoundForCheckActive
static bool[] npcsFoundForCheckActive
Definition
NPC.cs:429
System.Text.RegularExpressions.ExceptionArgument.i
@ i
References
Terraria.NPC.npcsFoundForCheckActive
.
Terraria
NPC
Generated by
1.10.0