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

◆ CancelClothesWindow()

static void Terraria.Main.CancelClothesWindow ( bool quiet = false)
inlinestatic

Definition at line 12367 of file Main.cs.

12368 {
12369 int num = 1;
12370 if (num == 0)
12371 {
12372 }
12373 bool clothesWindow = Main.clothesWindow;
12374 if (num == 0)
12375 {
12376 }
12377 Main.clothesWindow = false;
12378 if (num == 0)
12379 {
12380 }
12381 int myPlayer = Main.myPlayer;
12383 int myPlayer2 = Main.myPlayer;
12385 int myPlayer3 = Main.myPlayer;
12387 int myPlayer4 = Main.myPlayer;
12389 int myPlayer5 = Main.myPlayer;
12391 int myPlayer6 = Main.myPlayer;
12393 Player dresserInterfaceDummy = Main.dresserInterfaceDummy;
12394 int oldClothesStyle = Main.oldClothesStyle;
12396 Player dresserInterfaceDummy2 = Main.dresserInterfaceDummy;
12397 int myPlayer7 = Main.myPlayer;
12398 long num2 = 0L;
12400 int myPlayer8 = Main.myPlayer;
12401 int skinVariant = Main.dresserInterfaceDummy.skinVariant;
12403 }
class f__AnonymousType0<< Count > j__TPar
static Microsoft.Xna.Framework.Graphics.Color[] oldClothesColor
Definition Main.cs:3497
static int myPlayer
Definition Main.cs:2337
static bool clothesWindow
Definition Main.cs:797
static Player dresserInterfaceDummy
Definition Main.cs:3553
static int oldClothesStyle
Definition Main.cs:3511

References Terraria.Main.clothesWindow, Terraria.Main.dresserInterfaceDummy, j__TPar, Microsoft.Xna.Framework.Input.L, Terraria.Main.myPlayer, Terraria.Main.oldClothesColor, Terraria.Main.oldClothesStyle, and Terraria.Player.skinVariant.

Referenced by GUIPageIcons.Close(), GUIInstance.CloseDialoguesAndPopups(), GUIInstance.CloseNonPageDialogues(), GUIClothesWindow.Draw(), GUIClothesWindow.DrawCancelButton(), and Terraria.Main.OpenClothesWindow().