Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ValidateWorld()

void Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.ValidateWorld ( BinaryReader reader,
int gameVersionSaveWasMadeOn )
inline

Implements Terraria.GameContent.IPersistentPerWorldContent.

Definition at line 27 of file BestiaryUnlocksTracker.cs.

28 {
29 Kills.ValidateWorld(reader, gameVersionSaveWasMadeOn);
30 Sights.ValidateWorld(reader, gameVersionSaveWasMadeOn);
31 Chats.ValidateWorld(reader, gameVersionSaveWasMadeOn);
32 }
void ValidateWorld(BinaryReader reader, int gameVersionSaveWasMadeOn)
void ValidateWorld(BinaryReader reader, int gameVersionSaveWasMadeOn)
void ValidateWorld(BinaryReader reader, int gameVersionSaveWasMadeOn)

References Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.Chats, Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.Kills, Terraria.GameContent.Bestiary.BestiaryUnlocksTracker.Sights, Terraria.GameContent.Bestiary.NPCKillsTracker.ValidateWorld(), Terraria.GameContent.Bestiary.NPCWasChatWithTracker.ValidateWorld(), and Terraria.GameContent.Bestiary.NPCWasNearPlayerTracker.ValidateWorld().