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

◆ GetCategoryFromNavigationItem()

GUIPageIcons.Category GUIControllerPageRedirect.GetCategoryFromNavigationItem ( GUIControllerItem item)
inline

Definition at line 176 of file GUIControllerPageRedirect.cs.

177 {
178 GUIControllerChest chest = this.Chest;
184 GUIControllerShop shop = this.Shop;
186 GUIControllerReforge reforge = this.Reforge;
190 GUIControllerPVP pvp = this.PVP;
191 GUIControllerAmmo ammo = this.Ammo;
193 GUIControllerInventory inventory = this.Inventory;
195 return GUIPageIcons.Category.None;
196 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerItemDuplication Duplicate
GUIControllerCraftingGuide CraftingGuide
GUIControllerResearchPage4Page ResearchPage
GUIControllerDisplayDoll DisplayDoll

References Ammo, Chat, Chest, Coins, Crafting, CraftingGuide, DisplayDoll, Duplicate, Equipment, HatRack, Housing, Inventory, j__TPar, PVP, Reforge, ResearchPage, Shop, and Trash.