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

◆ SetupEscapeKeySetting()

void GUIKeyboardMappings.SetupEscapeKeySetting ( )
inline

Definition at line 60 of file GUIKeyboardMappings.cs.

61 {
62 if (this._escapeOpensInventory)
63 {
65 int num = 1;
67 int num2 = 27;
69 return;
70 }
71 ControllerActionButton settings = this.Settings;
72 int num3 = 1;
74 int num4 = 27;
76 }
class f__AnonymousType0<< Count > j__TPar
ControllerActionButton.Entry GetEntry(int index)
ControllerActionButton InventoryToggle
ControllerActionButton Settings

References _escapeOpensInventory, Controller.ControllerActionButton.GetEntry(), InventoryToggle, j__TPar, and Settings.

Referenced by SetupMappings().