terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
Terraria.GameContent.Bestiary.NPCWasChatWithTracker Class Reference
+ Inheritance diagram for Terraria.GameContent.Bestiary.NPCWasChatWithTracker:
+ Collaboration diagram for Terraria.GameContent.Bestiary.NPCWasChatWithTracker:

Public Member Functions

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

Private Attributes

object _entryCreationLock
 
HashSet< string > _chattedWithPlayer
 

Detailed Description

Definition at line 13 of file NPCWasChatWithTracker.cs.


The documentation for this class was generated from the following file: