terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ShouldNormalEventsBeAbleToStart()

static bool Terraria.Main.ShouldNormalEventsBeAbleToStart ( )
inlinestatic

Definition at line 17915 of file Main.cs.

17916 {
17917 if (!true)
17918 {
17919 }
17920 if (!true)
17921 {
17922 if (!true)
17923 {
17924 }
17925 bool flag = NPC.AnyNPCs(398);
17926 if (!true)
17927 {
17928 }
17929 }
17930 return true;
17931 }

References Terraria.NPC.AnyNPCs().

Referenced by Terraria.Main.SkipToTime().