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

◆ Click_GoBack()

void Terraria.GameContent.UI.States.UIWorldCreation.Click_GoBack ( UIMouseEvent evt,
UIElement listeningElement )
inlineprivate

Definition at line 565 of file UIWorldCreation.cs.

566 {
568 Main.OpenWorldSelectUI();
569 }
static void PlaySound(int type, Vector2 position, int style=1)

References Terraria.Main.OpenWorldSelectUI(), and Terraria.Audio.SoundEngine.PlaySound().

Referenced by Terraria.GameContent.UI.States.UIWorldCreation.MakeBackAndCreatebuttons().