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

◆ Click_ClothStyles()

void Terraria.GameContent.UI.States.UICharacterCreation.Click_ClothStyles ( UIMouseEvent evt,
UIElement listeningElement )
inlineprivate

Definition at line 816 of file UICharacterCreation.cs.

817 {
820 _selectedPicker = CategoryId.Clothing;
824 }
static void PlaySound(int type, Vector2 position, int style=1)
void Append(UIElement element)
Definition UIElement.cs:166

References Terraria.GameContent.UI.States.UICharacterCreation._clothingStylesCategoryButton, Terraria.GameContent.UI.States.UICharacterCreation._clothStylesContainer, Terraria.GameContent.UI.States.UICharacterCreation._middleContainer, Terraria.GameContent.UI.States.UICharacterCreation._selectedPicker, Terraria.UI.UIElement.Append(), Terraria.Audio.SoundEngine.PlaySound(), Terraria.GameContent.UI.Elements.UIColoredImageButton.SetSelected(), Terraria.GameContent.UI.States.UICharacterCreation.UnselectAllCategories(), and Terraria.GameContent.UI.States.UICharacterCreation.UpdateSelectedGender().

Referenced by Terraria.GameContent.UI.States.UICharacterCreation.MakeCategoriesBar(), and Terraria.GameContent.UI.States.UICharacterCreation.SelectColorPicker().