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

◆ RightStickLeft

InputControl InControl.InputDevice.RightStickLeft
getinherited

Definition at line 1936 of file InputDevice.cs.

1937 {
1938 get
1939 {
1940 InputControl control;
1941 if (this.cachedRightStickLeft == null)
1942 {
1943 control = this.GetControl(InputControlType.RightStickLeft);
1944 this.cachedRightStickLeft = control;
1945 }
1946 return control;
1947 }
1948 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedRightStickLeft