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

◆ Action1

InputControl InControl.InputDevice.Action1
getinherited

Definition at line 2032 of file InputDevice.cs.

2033 {
2034 get
2035 {
2036 InputControl control;
2037 if (this.cachedAction1 == null)
2038 {
2039 control = this.GetControl(InputControlType.Action1);
2040 this.cachedAction1 = control;
2041 }
2042 return control;
2043 }
2044 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedAction1

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