|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits IPersistentPerWorldContent, and 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) |
| void NPCWasChatWithTracker.Load | ( | BinaryReader | reader, |
| int | gameVersionSaveWasMadeOn | ||
| ) |
Implements IPersistentPerWorldContent.
| void NPCWasChatWithTracker.OnPlayerJoining | ( | int | playerIndex | ) |
Implements IOnPlayerJoining.
| void NPCWasChatWithTracker.Reset | ( | ) |
Implements IPersistentPerWorldContent.
| void NPCWasChatWithTracker.Save | ( | BinaryWriter | writer | ) |
Implements IPersistentPerWorldContent.
| void NPCWasChatWithTracker.ValidateWorld | ( | BinaryReader | reader, |
| int | gameVersionSaveWasMadeOn | ||
| ) |
Implements IPersistentPerWorldContent.