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

◆ DrawChangeButton()

void GUIClothesWindow.DrawChangeButton ( )
inline

Definition at line 203 of file GUIClothesWindow.cs.

204 {
205 string textValue = Language.GetTextValue("GameUI.Change");
208 {
209 return;
210 }
212 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54
static void SaveClothesWindow()
Definition Main.cs:12406

References Terraria.Localization.Language.GetTextValue(), j__TPar, and Terraria.Main.SaveClothesWindow().

Referenced by Draw(), and DrawButtons().