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

◆ ClearFoundNPCTypesForBestiary()

static void Terraria.NPC.ClearFoundNPCTypesForBestiary ( )
inlinestatic

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

References Terraria.NPC.npcsFoundForCheckActive.