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

◆ RightStickRight

InputControl InControl.InputDevice.RightStickRight
getinherited

Definition at line 1952 of file InputDevice.cs.

1953 {
1954 get
1955 {
1956 InputControl control;
1957 if (this.cachedRightStickRight == null)
1958 {
1959 control = this.GetControl(InputControlType.RightStickRight);
1961 }
1962 return control;
1963 }
1964 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedRightStickRight