|
Terraria v1.4.4.9
Terraria source code documentation
|
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 = new object() |
| HashSet< string > | _chattedWithPlayer |
Definition at line 9 of file NPCWasChatWithTracker.cs.