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

◆ ClearInventoryMappings()

void GUIControllerMappings.ClearInventoryMappings ( )
inlineprivate

Definition at line 87 of file GUIControllerMappings.cs.

88 {
93 this.LeftPageCycle.Clear();
94 this.RightPageCycle.Clear();
96 this.ThrowItem.Clear();
97 this.TrashItem.Clear();
99 this.FavouriteItem.Clear();
100 this.ResearchItem.Clear();
101 this.SplitItem.Clear();
102 this.PickupPlaceItem.Clear();
103 this.CraftItem.Clear();
104 this.FilterItems.Clear();
106 this.HousingQuery.Clear();
107 this.TakeOne.Clear();
108 this.Sort.Clear();
109 this.BuilderTools.Clear();
110 this.ReforgeItem.Clear();
111 this.InventoryClose.Clear();
112 this.ShowHideItem.Clear();
113 this.InfoAccessories.Clear();
114 this.ChestQuickStack.Clear();
115 this.ChestLootAll.Clear();
116 this.ChestDepositAll.Clear();
117 this.ChestRestock.Clear();
118 this.ChestRename.Clear();
119 this.ChestLoot.Clear();
120 this.ChestDeposit.Clear();
121 this.ChestSort.Clear();
122 this.EquipmentEquip.Clear();
123 this.EquipmentUnequip.Clear();
124 this.ShopSell.Clear();
125 this.ShopBuy.Clear();
126 this.PVPEnableToggle.Clear();
127 this.PVPSwitchTeam.Clear();
128 }
ControllerActionButton DepositHeldItem
ControllerActionButton BuilderTools
ControllerActionAxis InventoryNavigationAltY
ControllerActionButton ChestQuickStack
ControllerActionButton EquipmentUnequip
ControllerActionButton InfoAccessories
ControllerActionButton PickupPlaceItem
ControllerActionAxis InventoryNavigationAltX
ControllerActionButton InventoryClose
ControllerActionButton ChestRename
ControllerActionButton WorldFocusToggle
ControllerActionButton RightPageCycle
ControllerActionButton ShopBuy
ControllerActionButton LeftPageCycle
ControllerActionAxis InventoryNavigationY
ControllerActionButton ReforgeItem
ControllerActionAxis InventoryNavigationX
ControllerActionButton ToggleCraftDuplicate
ControllerActionButton ChestDepositAll
ControllerActionButton FavouriteItem
ControllerActionButton ChestRestock
ControllerActionButton EquipmentEquip
ControllerActionButton CraftItem
ControllerActionButton PVPSwitchTeam
ControllerActionButton Sort
ControllerActionButton HousingQuery
ControllerActionButton ChestDeposit
ControllerActionButton SplitItem
ControllerActionButton ShowHideItem
ControllerActionButton ChestLootAll
ControllerActionButton ChestLoot
ControllerActionButton FilterItems
ControllerActionButton TrashItem
ControllerActionButton TakeOne
ControllerActionButton ChestSort
ControllerActionButton PVPEnableToggle
ControllerActionButton ShopSell
ControllerActionButton ThrowItem
ControllerActionButton ResearchItem

References BuilderTools, ChestDeposit, ChestDepositAll, ChestLoot, ChestLootAll, ChestQuickStack, ChestRename, ChestRestock, ChestSort, Controller.ControllerActionAxis.Clear(), Controller.ControllerActionButton.Clear(), CraftItem, DepositHeldItem, EquipmentEquip, EquipmentUnequip, FavouriteItem, FilterItems, HousingQuery, InfoAccessories, InventoryClose, InventoryNavigationAltX, InventoryNavigationAltY, InventoryNavigationX, InventoryNavigationY, LeftPageCycle, PickupPlaceItem, PVPEnableToggle, PVPSwitchTeam, ReforgeItem, ResearchItem, RightPageCycle, ShopBuy, ShopSell, ShowHideItem, Sort, SplitItem, TakeOne, ThrowItem, ToggleCraftDuplicate, TrashItem, and WorldFocusToggle.

Referenced by LoadMappingValues().