tModLoader v2022.09
A mod to make and play Terraria mods
Terraria.GameContent.Bestiary.NPCWasChatWithTracker Class Reference

Inherits Terraria.GameContent.IPersistentPerWorldContent, and Terraria.GameContent.IOnPlayerJoining.

Public Member Functions

bool GetWasChatWith (NPC npc)
 
bool GetWasChatWith (string persistentId)
 
void Load (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void OnPlayerJoining (int playerIndex)
 
void RegisterChatStartWith (NPC npc)
 
void Reset ()
 
void Save (BinaryWriter writer)
 
void SetWasChatWithDirectly (string persistentId)
 
void ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void Load (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void Reset ()
 
void Save (BinaryWriter writer)
 
void ValidateWorld (BinaryReader reader, int gameVersionSaveWasMadeOn)
 
void OnPlayerJoining (int playerIndex)
 

Member Function Documentation

◆ Load()

void Terraria.GameContent.Bestiary.NPCWasChatWithTracker.Load ( BinaryReader  reader,
int  gameVersionSaveWasMadeOn 
)

◆ OnPlayerJoining()

void Terraria.GameContent.Bestiary.NPCWasChatWithTracker.OnPlayerJoining ( int  playerIndex)

◆ Reset()

void Terraria.GameContent.Bestiary.NPCWasChatWithTracker.Reset ( )

◆ Save()

void Terraria.GameContent.Bestiary.NPCWasChatWithTracker.Save ( BinaryWriter  writer)

◆ ValidateWorld()

void Terraria.GameContent.Bestiary.NPCWasChatWithTracker.ValidateWorld ( BinaryReader  reader,
int  gameVersionSaveWasMadeOn 
)