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

◆ DPadUp

InputControl InControl.InputDevice.DPadUp
getinherited

Definition at line 1968 of file InputDevice.cs.

1969 {
1970 get
1971 {
1972 InputControl control;
1973 if (this.cachedDPadUp == null)
1974 {
1975 control = this.GetControl(InputControlType.DPadUp);
1976 this.cachedDPadUp = control;
1977 }
1978 return control;
1979 }
1980 }
class f__AnonymousType0<< Count > j__TPar
InputControl cachedDPadUp
InputControl GetControl(InputControlType controlType)