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

◆ ToggleManualLanterns()

static void Terraria.GameContent.Events.LanternNight.ToggleManualLanterns ( )
inlinestatic

Definition at line 70 of file LanternNight.cs.

71 {
72 bool lanternsUp = LanternNight.LanternsUp;
73 bool logicHost = Main.LogicHost;
74 bool lanternsUp2 = LanternNight.LanternsUp;
75 bool netHost = Main.NetHost;
76 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, Terraria.GameContent.Events.LanternNight.LanternsUp, Terraria.Main.LogicHost, and Terraria.Main.NetHost.