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

◆ LeftTrigger

InputControl InControl.InputDevice.LeftTrigger
getinherited

Definition at line 2096 of file InputDevice.cs.

2097 {
2098 get
2099 {
2100 InputControl control;
2101 if (this.cachedLeftTrigger == null)
2102 {
2103 control = this.GetControl(InputControlType.LeftTrigger);
2104 this.cachedLeftTrigger = control;
2105 }
2106 return control;
2107 }
2108 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedLeftTrigger