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

◆ GUIControllerMappingScheme()

GUIControllerMappingScheme.GUIControllerMappingScheme ( GUIControllerMappings::MappingType mappingType)
inline

Definition at line 15 of file GUIControllerMappingScheme.cs.

16 {
20 inventoryMappings.SetChildState(baseInventoryMappings);
23 equipmentMappings.SetChildState(baseInventoryMappings2);
32 chestInvMappings.SetChildState(baseInventoryMappings5);
34 chestInvMappings.SetChildState(baseInventoryMappings6);
43 craftingMappings.SetChildState(baseInventoryMappings9);
53 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerMappingStateTable HousingMappings
GUIControllerMappingStateTable EquipmentMappings
GUIControllerMappingStateTable HeldMappings
GUIControllerMappingStateTable ReforgeMappings
GUIControllerMappingStateTable CraftingMappings
GUIControllerMappingStateTable ChatMappings
GUIControllerMappingStateTable InventoryMappings
GUIControllerMappingStateTable ChestInvMappings
GUIControllerMappingStateTable ShopMappings
GUIControllerMappingStateTable BaseInventoryMappings
GUIControllerMappingStateTable ShopInvMappings
GUIControllerMappingStateTable PVPMappings
void SetChildState(GUIControllerMappingStateTable childState)

References BaseInventoryMappings, ChatMappings, ChestInvMappings, CraftingMappings, EquipmentMappings, HeldMappings, HousingMappings, InventoryMappings, j__TPar, PVPMappings, ReforgeMappings, GUIControllerMappingStateTable.SetChildState(), ShopInvMappings, and ShopMappings.