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

◆ GetPreferredBGStyleForPlayer()

static int Terraria.Main.GetPreferredBGStyleForPlayer ( )
inlinestatic

Definition at line 17537 of file Main.cs.

17538 {
17539 if (!true)
17540 {
17541 }
17542 int bgStyle = Main.bgStyle;
17544 int screenWidth = Main.screenWidth;
17545 int num = 32768;
17547 int screenWidth2 = Main.screenWidth;
17549 int screenHeight = Main.screenHeight;
17550 if (num == 0)
17551 {
17552 }
17553 if (63488 == 0)
17554 {
17555 }
17556 int myPlayer = Main.myPlayer;
17557 return 6;
17558 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static Microsoft.Xna.Framework.Vector2 screenPosition
Definition Main.cs:1973
static int screenHeight
Definition Main.cs:2015
static int screenWidth
Definition Main.cs:2001
static int bgStyle
Definition Main.cs:951

References Terraria.Main.bgStyle, j__TPar, Terraria.Main.myPlayer, Terraria.Main.screenHeight, Terraria.Main.screenPosition, and Terraria.Main.screenWidth.