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

◆ ClearMapping()

void GUIKeyboardMappings.ClearMapping ( )
inlineprivate

Definition at line 467 of file GUIKeyboardMappings.cs.

468 {
470 if (guikeyboardMappingEntry != null)
471 {
473 return;
474 }
478 int size = categorySettings._size;
479 int selectedItem = controllerInput._selectedItem;
480 while (categorySettings != null)
481 {
482 }
483 }
class f__AnonymousType0<< Count > j__TPar
GUIKeyboardMappingOverlay _controllerInput
GUIKeyboardMappingEntry overlayEntry
List< GUIKeyboardMappingEntry > _categorySettings

References _categorySettings, _controllerInput, GUIKeyboardMappingOverlay._selectedItem, Controller.ControllerActionManager.AnyControllerConnected, j__TPar, overlayEntry, and GUIKeyboardMappingEntry.RemoveBinding().