Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ SaveClothesWindow()

static void Terraria.Main.SaveClothesWindow ( )
inlinestatic

Definition at line 41184 of file Main.cs.

41185 {
41187 clothesWindow = false;
41188 NetMessage.SendData(4, -1, -1, null, myPlayer);
41189 }
static void PlaySound(int type, Vector2 position, int style=1)
static int myPlayer
Definition Main.cs:1801
static bool clothesWindow
Definition Main.cs:702

References Terraria.Main.clothesWindow, Terraria.Main.myPlayer, Terraria.Audio.SoundEngine.PlaySound(), and Terraria.NetMessage.SendData().

Referenced by Terraria.Main.DrawClothesWindow().