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

◆ LeftStickLeft

InputControl InControl.InputDevice.LeftStickLeft
getinherited

Definition at line 1872 of file InputDevice.cs.

1873 {
1874 get
1875 {
1876 InputControl control;
1877 if (this.cachedLeftStickLeft == null)
1878 {
1879 control = this.GetControl(InputControlType.LeftStickLeft);
1880 this.cachedLeftStickLeft = control;
1881 }
1882 return control;
1883 }
1884 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedLeftStickLeft