TModLoader
v1.4.4.9
TModLoader source code documentation
Loading...
Searching...
No Matches
◆
ClearFoundNPCTypesForBestiary()
static
void
Terraria.NPC.ClearFoundNPCTypesForBestiary
(
)
inline
static
Definition at line
2087
of file
NPC.cs
.
2088
{
2089
for
(
int
i = 0; i <
npcsFoundForCheckActive
.Length; i++)
2090
{
2091
npcsFoundForCheckActive
[i] =
false
;
2092
}
2093
}
Terraria.NPC.npcsFoundForCheckActive
static bool[] npcsFoundForCheckActive
Definition
NPC.cs:966
References
Terraria.NPC.npcsFoundForCheckActive
.
Terraria
NPC
Generated by
1.10.0