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

◆ ControllerMappingProfile()

ControllerMappingProfile.ControllerMappingProfile ( )
inline

Definition at line 7 of file ControllerMappingProfile.cs.

8 {
10 this.Inventory.SetChildState(baseInventory);
12 this.EquipmentInv.SetChildState(inventory);
24 chestInv.SetChildState(inventory2);
45 craftingInv.SetChildState(inventory4);
49 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerMappingStateTable Chest
GUIControllerMappingStateTable BaseInventory
GUIControllerMappingStateTable ShopInv
GUIControllerMappingStateTable Shop
GUIControllerMappingStateTable Crafting
GUIControllerMappingStateTable CraftingInv
GUIControllerMappingStateTable NPC
GUIControllerMappingStateTable Inventory
GUIControllerMappingStateTable PVP
GUIControllerMappingStateTable ChestInv
GUIControllerMappingStateTable ItemHeld
GUIControllerMappingStateTable Equipment
GUIControllerMappingStateTable Dresser
GUIControllerMappingStateTable EquipmentInv
GUIControllerMappingStateTable Hair
void SetChildState(GUIControllerMappingStateTable childState)

References BaseInventory, Chest, ChestInv, Crafting, CraftingInv, Dresser, Equipment, EquipmentInv, Hair, Inventory, ItemHeld, j__TPar, NPC, PVP, GUIControllerMappingStateTable.SetChildState(), Shop, and ShopInv.