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

◆ CloseDialoguesAndPopups()

void GUIInstance.CloseDialoguesAndPopups ( )
inline

Definition at line 24 of file GUIInstance.cs.

25 {
26 this.ClosePopups();
27 this.GUIWiresUI.Close();
28 this.GUIRubbleMaker.Close();
29 this.GUIResearch.Close();
33 long num = 0L;
35 if (this.GUIPVPIcons == null)
36 {
37 }
40 }
class f__AnonymousType0<< Count > j__TPar
void SetDisplayingEmotes(bool value)
void ClosePopups()
GUIEmotesWindow GUIEmotesWindow
void Close()
static void CancelHairWindow()
Definition Main.cs:12319
static void CancelClothesWindow(bool quiet=false)
Definition Main.cs:12367

References Terraria.Main.CancelClothesWindow(), Terraria.Main.CancelHairWindow(), GUIResearch.Close(), GUIRubbleMaker.Close(), GUIWiresUI.Close(), GUICraftGuidePopup.ClosePopup(), GUIReforgePopup.ClosePopup(), ClosePopups(), GUIEmotesWindow, j__TPar, System.L, and GUIEmotesWindow.SetDisplayingEmotes().