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

◆ DrawCancelButton()

void GUIClothesWindow.DrawCancelButton ( )
inlineprivate

Definition at line 168 of file GUIClothesWindow.cs.

169 {
170 string textValue = Language.GetTextValue("LegacyInterface.52");
173 {
174 return;
175 }
177 }
class f__AnonymousType0<< Count > j__TPar
static string GetTextValue(string key)
Definition Language.cs:54
static void CancelClothesWindow(bool quiet=false)
Definition Main.cs:12367

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

Referenced by Draw(), and DrawButtons().