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

◆ ClearFoundActiveNPCs()

static void Terraria.NPC.ClearFoundActiveNPCs ( )
inlinestatic

Definition at line 1257 of file NPC.cs.

1258 {
1259 for (int i = 0; i < npcsFoundForCheckActive.Length; i++)
1260 {
1261 npcsFoundForCheckActive[i] = false;
1262 }
1263 }
static bool[] npcsFoundForCheckActive
Definition NPC.cs:429

References Terraria.NPC.npcsFoundForCheckActive.

Referenced by Terraria.WorldGen.clearWorld(), and Terraria.Main.DoUpdateInWorld().