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

◆ UpdateTime_StartNight()

static void Terraria.Main.UpdateTime_StartNight ( bool stopEvents)
inlinestatic

Definition at line 17934 of file Main.cs.

17935 {
17936 if (!true)
17937 {
17938 }
17939 int num = 4600;
17940 if (num != 0)
17941 {
17942 if (num == 0)
17943 {
17944 }
17945 Main.UpdateTimeRate();
17946 }
17947 NPC.ResetBadgerHatTime();
17948 Star.NightSetup();
17949 NPC.setFireFlyChance();
17952 int num2;
17953 if (num2 == 0)
17954 {
17955 bool logicHost = Main.LogicHost;
17956 }
17958 int num3 = 1;
17959 stopEvents.m_value = num3 != 0;
17960 if (num3 == 0)
17961 {
17962 }
17963 if (num3 != 0)
17964 {
17965 if (num3 == 0)
17966 {
17967 }
17968 bool logicHost2 = Main.LogicHost;
17970 }
17971 if (num3 == 0)
17972 {
17973 }
17975 if (num3 == 0)
17976 {
17977 }
17978 bool flag = Main.IsFastForwardingTime();
17979 bool logicHost3 = Main.LogicHost;
17980 bool logicHost4 = Main.LogicHost;
17981 int num4;
17982 if (num4 == 0)
17983 {
17984 bool logicHost5 = Main.LogicHost;
17985 return;
17986 }
17987 bool netHost = Main.NetHost;
17988 }
class f__AnonymousType0<< Count > j__TPar

References Terraria.GameContent.Events.BirthdayParty.CheckNight(), Terraria.GameContent.Events.LanternNight.CheckNight(), Terraria.Main.IsFastForwardingTime(), j__TPar, Terraria.GameContent.Events.LanternNight.LanternsUp, Terraria.Main.LogicHost, Terraria.Main.NetHost, Terraria.Star.NightSetup(), Terraria.GameContent.Achievements.AchievementsHelper.NotifyProgressionEvent(), Terraria.NPC.ResetBadgerHatTime(), Terraria.NPC.setFireFlyChance(), and Terraria.Main.UpdateTimeRate().

Referenced by Terraria.Main.SkipToTime().