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

◆ Action4

InputControl InControl.InputDevice.Action4
getinherited

Definition at line 2080 of file InputDevice.cs.

2081 {
2082 get
2083 {
2084 InputControl control;
2085 if (this.cachedAction4 == null)
2086 {
2087 control = this.GetControl(InputControlType.Action4);
2088 this.cachedAction4 = control;
2089 }
2090 return control;
2091 }
2092 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedAction4

Referenced by Controller.ControllerDevice.GetKeyRaw2(), and VirtualDeviceExample.VirtualDeviceExample.Update().