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

◆ HasNPCTarget

bool Terraria.NPC.HasNPCTarget
get

Definition at line 692 of file NPC.cs.

693 {
694 get
695 {
696 if (target >= 300)
697 {
698 return target < 500;
699 }
700 return false;
701 }
702 }
int target
Definition NPC.cs:459

Referenced by Terraria.NPC.GetTargetData().