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

◆ DPadLeft

InputControl InControl.InputDevice.DPadLeft
getinherited

Definition at line 2000 of file InputDevice.cs.

2001 {
2002 get
2003 {
2004 InputControl control;
2005 if (this.cachedDPadLeft == null)
2006 {
2007 control = this.GetControl(InputControlType.DPadLeft);
2008 this.cachedDPadLeft = control;
2009 }
2010 return control;
2011 }
2012 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedDPadLeft