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

◆ Action3

InputControl InControl.InputDevice.Action3
getinherited

Definition at line 2064 of file InputDevice.cs.

2065 {
2066 get
2067 {
2068 InputControl control;
2069 if (this.cachedAction3 == null)
2070 {
2071 control = this.GetControl(InputControlType.Action3);
2072 this.cachedAction3 = control;
2073 }
2074 return control;
2075 }
2076 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedAction3

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