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

◆ IsADeerclopsNearScreen()

static bool Terraria.NPC.IsADeerclopsNearScreen ( )
inlinestatic

Definition at line 37649 of file NPC.cs.

37650 {
37651 return npcsFoundForCheckActive[668];
37652 }
static bool[] npcsFoundForCheckActive
Definition NPC.cs:429

References Terraria.NPC.npcsFoundForCheckActive.

Referenced by Terraria.Main.snowing(), and Terraria.Player.UpdateBiomes().