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

◆ RightStickUp

InputControl InControl.InputDevice.RightStickUp
getinherited

Definition at line 1904 of file InputDevice.cs.

1905 {
1906 get
1907 {
1908 InputControl control;
1909 if (this.cachedRightStickUp == null)
1910 {
1911 control = this.GetControl(InputControlType.RightStickUp);
1912 this.cachedRightStickUp = control;
1913 }
1914 return control;
1915 }
1916 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedRightStickUp