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

◆ ClearFoundNPCTypesForBestiary()

static void Terraria.NPC.ClearFoundNPCTypesForBestiary ( )
inlinestatic

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 }
static bool[] npcsFoundForCheckActive
Definition NPC.cs:966

References Terraria.NPC.npcsFoundForCheckActive.