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

◆ AnyPageSelected()

bool GUIPageIcons.AnyPageSelected ( )
inline

Definition at line 453 of file GUIPageIcons.cs.

454 {
455 bool flag = Main.npcChatText != "";
456 bool editChest = Main.editChest;
457 bool hairWindow = Main.hairWindow;
458 bool clothesWindow = Main.clothesWindow;
459 int myPlayer = Main.myPlayer;
460 return Main.playerInventory;
461 }
class f__AnonymousType0<< Count > j__TPar
static int myPlayer
Definition Main.cs:2337
static bool clothesWindow
Definition Main.cs:797
static bool editChest
Definition Main.cs:2407
static bool playerInventory
Definition Main.cs:2057
static bool hairWindow
Definition Main.cs:783

References Terraria.Main.clothesWindow, Terraria.Main.editChest, Terraria.Main.hairWindow, j__TPar, Terraria.Main.myPlayer, and Terraria.Main.playerInventory.