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

◆ RightBumper

InputControl InControl.InputDevice.RightBumper
getinherited

Definition at line 2144 of file InputDevice.cs.

2145 {
2146 get
2147 {
2148 InputControl control;
2149 if (this.cachedRightBumper == null)
2150 {
2151 control = this.GetControl(InputControlType.RightBumper);
2152 this.cachedRightBumper = control;
2153 }
2154 return control;
2155 }
2156 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedRightBumper
InputControl GetControl(InputControlType controlType)