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

◆ Command

InputControl InControl.InputDevice.Command
getinherited

Definition at line 2288 of file InputDevice.cs.

2289 {
2290 get
2291 {
2292 InputControl control;
2293 if (this.cachedCommand == null)
2294 {
2295 control = this.GetControl(InputControlType.Command);
2296 this.cachedCommand = control;
2297 }
2298 return control;
2299 }
2300 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedCommand