tModLoader v2024.10
A mod to make and play Terraria mods
|
Inherits IPersistentPerWorldContent, and IOnPlayerJoining.
Public Member Functions | |
void | FillBasedOnVersionBefore210 () |
void | Load (BinaryReader reader, int gameVersionSaveWasMadeOn) |
void | OnPlayerJoining (int playerIndex) |
void | Reset () |
void | Save (BinaryWriter writer) |
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) |
Public Attributes | |
NPCWasChatWithTracker | Chats = new NPCWasChatWithTracker() |
NPCKillsTracker | Kills = new NPCKillsTracker() |
NPCWasNearPlayerTracker | Sights = new NPCWasNearPlayerTracker() |
void BestiaryUnlocksTracker.Load | ( | BinaryReader | reader, |
int | gameVersionSaveWasMadeOn | ||
) |
Implements IPersistentPerWorldContent.
void BestiaryUnlocksTracker.OnPlayerJoining | ( | int | playerIndex | ) |
Implements IOnPlayerJoining.
void BestiaryUnlocksTracker.Reset | ( | ) |
Implements IPersistentPerWorldContent.
void BestiaryUnlocksTracker.Save | ( | BinaryWriter | writer | ) |
Implements IPersistentPerWorldContent.
void BestiaryUnlocksTracker.ValidateWorld | ( | BinaryReader | reader, |
int | gameVersionSaveWasMadeOn | ||
) |
Implements IPersistentPerWorldContent.