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

◆ GetWasChatWith() [1/2]

bool Terraria.GameContent.Bestiary.NPCWasChatWithTracker.GetWasChatWith ( NPC npc)
inline

Definition at line 43 of file NPCWasChatWithTracker.cs.

44 {
45 string bestiaryCreditId = npc.GetBestiaryCreditId();
46 return _chattedWithPlayer.Contains(bestiaryCreditId);
47 }

References Terraria.GameContent.Bestiary.NPCWasChatWithTracker._chattedWithPlayer, and Terraria.NPC.GetBestiaryCreditId().

+ Here is the call graph for this function: