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

◆ LeftStickUp

InputControl InControl.InputDevice.LeftStickUp
getinherited

Definition at line 1840 of file InputDevice.cs.

1841 {
1842 get
1843 {
1844 InputControl control;
1845 if (this.cachedLeftStickUp == null)
1846 {
1847 control = this.GetControl(InputControlType.LeftStickUp);
1848 this.cachedLeftStickUp = control;
1849 }
1850 return control;
1851 }
1852 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedLeftStickUp