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

◆ Close()

void GUIPageIcons.Close ( bool hideChat = true)
inline

Definition at line 198 of file GUIPageIcons.cs.

199 {
202 if (this.UseConsoleStyle)
203 {
205 long num = 0L;
206 active.Close(num != 0L);
207 }
208 Main.playerInventory = false;
209 Main.InReforgeMenu = false;
210 Main.InGuideCraftMenu = false;
213 Main.npcShop = 0;
214 int myPlayer = Main.myPlayer;
215 int myPlayer2 = Main.myPlayer;
216 int myPlayer3 = Main.myPlayer;
217 this.RefreshRightItems();
218 }
class f__AnonymousType0<< Count > j__TPar
void RefreshRightItems()
GUIPageIcons.Category selectedRight
GUIPageIcons.Category selectedLeft
GUIPageIcons.Category _selectedLeft
GUIPageIcons.Category _selectedRight
void Close(bool shutdown=false)
static InterfaceProfile_Layout Active
static int myPlayer
Definition Main.cs:2337
static void CancelHairWindow()
Definition Main.cs:12319
static void CancelClothesWindow(bool quiet=false)
Definition Main.cs:12367

References _selectedLeft, _selectedRight, InterfaceStyles_Layout.Active, Terraria.Main.CancelClothesWindow(), Terraria.Main.CancelHairWindow(), InterfaceProfile_Layout.Close(), j__TPar, System.L, Terraria.Main.myPlayer, RefreshRightItems(), selectedLeft, selectedRight, and UseConsoleStyle.

Referenced by UpdatePageStates().