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

◆ SetMapping()

void GUIControllerMappings.SetMapping ( GUIControllerMappings::MappingType mappingType)
inline

Definition at line 601 of file GUIControllerMappings.cs.

602 {
605 if (defaultScheme != null)
606 {
607 this.World.ClearMappings();
626 inventory.Copy(inventoryMappings);
644 chest.Copy(chestMappings);
650 shop.Copy(shopMappings);
656 reforge.Copy(reforgeMappings);
660 this.LoadMappingValues();
661 return;
662 }
663 }
class f__AnonymousType0<< Count > j__TPar
GUIControllerMappingStateTable ChestMappings
GUIControllerMappingStateTable HousingMappings
GUIControllerMappingStateTable EquipmentMappings
GUIControllerMappingStateTable WorldInteractFallbackMappings
GUIControllerMappingStateTable WorldSharedMappings
GUIControllerMappingStateTable HeldMappings
GUIControllerMappingStateTable ReforgeMappings
GUIControllerMappingStateTable WorldMappings
GUIControllerMappingStateTable CraftingMappings
GUIControllerMappingStateTable ChatMappings
GUIControllerMappingStateTable InventoryMappings
GUIControllerMappingStateTable ChestInvMappings
GUIControllerMappingStateTable ShopMappings
GUIControllerMappingStateTable BaseInventoryMappings
GUIControllerMappingStateTable WorldInteractMappings
GUIControllerMappingStateTable ShopInvMappings
GUIControllerMappingStateTable PVPMappings
void Copy(GUIControllerMappingStateTable other)
GUIControllerMappingStateTable WorldInteractFallback
GUIControllerMappingStateTable Inventory
GUIControllerMappingStateTable World
GUIControllerMappingStateTable Equipment
GUIControllerMappingStateTable ChestInv
GUIControllerMappingStateTable Shop
GUIControllerMappingStateTable WorldInteract
GUIControllerMappingStateTable PVP
GUIControllerMappingStateTable ShopInv
GUIControllerMappingStateTable Chest
GUIControllerMappingStateTable Chat
GUIControllerMappingScheme GetDefaultScheme(GUIControllerMappings.MappingType mappingType)
GUIControllerMappingStateTable Reforge
GUIControllerMappingStateTable BaseInventory
GUIControllerMappingStateTable ItemHeld
GUIControllerMappingStateTable Housing
GUIControllerMappingStateTable WorldShared
GUIControllerMappingStateTable Crafting

References BaseInventory, GUIControllerMappingScheme.BaseInventoryMappings, Chat, GUIControllerMappingScheme.ChatMappings, Chest, ChestInv, GUIControllerMappingScheme.ChestInvMappings, GUIControllerMappingScheme.ChestMappings, GUIControllerMappingStateTable.ClearMappings(), GUIControllerMappingStateTable.Copy(), Crafting, GUIControllerMappingScheme.CraftingMappings, Equipment, GUIControllerMappingScheme.EquipmentMappings, GetDefaultScheme(), GUIControllerMappingScheme.HeldMappings, Housing, GUIControllerMappingScheme.HousingMappings, Inventory, GUIControllerMappingScheme.InventoryMappings, ItemHeld, j__TPar, LoadMappingValues(), PVP, GUIControllerMappingScheme.PVPMappings, Reforge, GUIControllerMappingScheme.ReforgeMappings, Shop, ShopInv, GUIControllerMappingScheme.ShopInvMappings, GUIControllerMappingScheme.ShopMappings, World, WorldInteract, WorldInteractFallback, GUIControllerMappingScheme.WorldInteractFallbackMappings, GUIControllerMappingScheme.WorldInteractMappings, GUIControllerMappingScheme.WorldMappings, WorldShared, and GUIControllerMappingScheme.WorldSharedMappings.