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