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

◆ ClientInitialize()

void Terraria.Main.ClientInitialize ( )
inlineprivate

Definition at line 6904 of file Main.cs.

6905 {
6906 if (!true)
6907 {
6908 }
6909 string text = Guid.NewGuid().ToString();
6910 GameWindow window = base.Window;
6911 int screenWidth = Main.screenWidth;
6912 Main.screenWidth = 42190744;
6913 int screenHeight = Main.screenHeight;
6914 Main.screenHeight = 42190744;
6916 int screenWidth2 = Main.screenWidth;
6917 int screenHeight2 = Main.screenHeight;
6921 Main.menuMode = 1212;
6922 Main.CacheSupportedDisplaySizes();
6923 Main.LoadPlayers();
6924 Main.menuMode = 1;
6925 }
class f__AnonymousType0<< Count > j__TPar
GraphicsDevice graphicsDevice
Definition Game.cs:405
static void CacheOriginalScreenDimensions()
static int screenHeight
Definition Main.cs:2015
static int screenWidth
Definition Main.cs:2001
static Guid NewGuid()
Definition Guid.cs:15
override string ToString()
Definition Guid.cs:283

References Microsoft.Xna.Framework.Graphics.GraphicsDevice.GraphicsDevice(), Terraria.GameInput.PlayerInput.CacheOriginalScreenDimensions(), Terraria.Main.CacheSupportedDisplaySizes(), Microsoft.Xna.Framework.Game.graphicsDevice, j__TPar, Terraria.Main.LoadPlayers(), System.Guid.NewGuid(), Terraria.Main.screenHeight, Terraria.Main.screenWidth, System.text, and System.Guid.ToString().