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

◆ CanApplyHunterPotionEffects()

bool Terraria.NPC.CanApplyHunterPotionEffects ( )
inline

Definition at line 107881 of file NPC.cs.

107882 {
107883 return Main.player[Main.myPlayer].detectCreature;
107884 }

References Terraria.Main.myPlayer, and Terraria.Main.player.