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

◆ CheckMemorySettings()

void GUILowMemorySetttings.CheckMemorySettings ( Action continueAction)
inline

Definition at line 9 of file GUILowMemorySetttings.cs.

10 {
11 int systemMemorySize = SystemInfo.systemMemorySize;
12 bool mapEnabled = Main.mapEnabled;
13 bool enabled = ScreenPostProcessor.Enabled;
16 }
class f__AnonymousType0<< Count > j__TPar
static bool mapEnabled
Definition Main.cs:1231
static int systemMemorySize
Definition SystemInfo.cs:39

References ScreenPostProcessor.Enabled, j__TPar, Terraria.Main.mapEnabled, and UnityEngine.SystemInfo.systemMemorySize.