|
tModLoader v2025.09
A mod to make and play Terraria mods
|
Inherits IPersistentPerWorldContent, and IOnPlayerJoining.
Public Member Functions | |
| bool | GetWasNearbyBefore (NPC npc) |
| bool | GetWasNearbyBefore (string persistentIdentifier) |
| void | Load (BinaryReader reader, int gameVersionSaveWasMadeOn) |
| void | OnPlayerJoining (int playerIndex) |
| void | PrepareSamplesBasedOptimizations () |
| void | RegisterWasNearby (NPC npc) |
| void | Reset () |
| void | Save (BinaryWriter writer) |
| void | ScanWorldForFinds () |
| void | SetWasSeenDirectly (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 NPCWasNearPlayerTracker.Load | ( | BinaryReader | reader, |
| int | gameVersionSaveWasMadeOn | ||
| ) |
Implements IPersistentPerWorldContent.
| void NPCWasNearPlayerTracker.OnPlayerJoining | ( | int | playerIndex | ) |
Implements IOnPlayerJoining.
| void NPCWasNearPlayerTracker.Reset | ( | ) |
Implements IPersistentPerWorldContent.
| void NPCWasNearPlayerTracker.Save | ( | BinaryWriter | writer | ) |
Implements IPersistentPerWorldContent.
| void NPCWasNearPlayerTracker.ValidateWorld | ( | BinaryReader | reader, |
| int | gameVersionSaveWasMadeOn | ||
| ) |
Implements IPersistentPerWorldContent.