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

◆ LeftBumper

InputControl InControl.InputDevice.LeftBumper
getinherited

Definition at line 2128 of file InputDevice.cs.

2129 {
2130 get
2131 {
2132 InputControl control;
2133 if (this.cachedLeftBumper == null)
2134 {
2135 control = this.GetControl(InputControlType.LeftBumper);
2136 this.cachedLeftBumper = control;
2137 }
2138 return control;
2139 }
2140 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedLeftBumper
InputControl GetControl(InputControlType controlType)