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

◆ DPadRight

InputControl InControl.InputDevice.DPadRight
getinherited

Definition at line 2016 of file InputDevice.cs.

2017 {
2018 get
2019 {
2020 InputControl control;
2021 if (this.cachedDPadRight == null)
2022 {
2023 control = this.GetControl(InputControlType.DPadRight);
2024 this.cachedDPadRight = control;
2025 }
2026 return control;
2027 }
2028 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedDPadRight