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

◆ specialSeedWorld

bool Terraria.Main.specialSeedWorld
staticget

Definition at line 2704 of file Main.cs.

2705 {
2706 get
2707 {
2709 {
2710 return zenithWorld;
2711 }
2712 return true;
2713 }
2714 }
static bool zenithWorld
Definition Main.cs:353
static bool getGoodWorld
Definition Main.cs:341
static bool notTheBeesWorld
Definition Main.cs:347
static bool noTrapsWorld
Definition Main.cs:351
static bool dontStarveWorld
Definition Main.cs:345
static bool tenthAnniversaryWorld
Definition Main.cs:343
static bool drunkWorld
Definition Main.cs:339
static bool remixWorld
Definition Main.cs:349

Referenced by Terraria.UI.AchievementAdvisorCard.IsAchievableInWorld(), and Terraria.Player.UpdateBiomes().