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

◆ autoSave

bool Terraria.Main.autoSave
staticgetset

Definition at line 1706 of file Main.cs.

1707 {
1708 get
1709 {
1710 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
1711 }
1712 set
1713 {
1714 }
1715 }

Referenced by GUIToggleSetting.GetSelected(), and Terraria.Main.SaveSettings().