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

◆ UpdateRightStickWithValue()

void InControl.InputDevice.UpdateRightStickWithValue ( Vector2 value,
ulong updateTick,
float deltaTime )
inlineinherited

Definition at line 582 of file InputDevice.cs.

583 {
584 if (this.cachedRightStickLeft == null)
585 {
586 InputControl control = this.GetControl(InputControlType.RightStickLeft);
588 }
589 if (this.cachedRightStickRight == null)
590 {
591 InputControl control2 = this.GetControl(InputControlType.RightStickRight);
593 }
594 if (!true)
595 {
596 }
597 if (!true)
598 {
599 }
600 if (this.cachedRightStickUp != null)
601 {
602 if (this.cachedRightStickDown == null)
603 {
604 InputControl control3 = this.GetControl(InputControlType.RightStickDown);
606 return;
607 }
608 }
609 else
610 {
611 InputControl control4 = this.GetControl(InputControlType.RightStickUp);
613 if (this.cachedRightStickDown == null)
614 {
615 InputControl control5 = this.GetControl(InputControlType.RightStickDown);
617 }
618 }
619 }
class f__AnonymousType0<< Count > j__TPar
InputControl GetControl(InputControlType controlType)
InputControl cachedRightStickRight
InputControl cachedRightStickLeft
InputControl cachedRightStickUp
InputControl cachedRightStickDown

References InControl.InputDevice.cachedRightStickDown, InControl.InputDevice.cachedRightStickLeft, InControl.InputDevice.cachedRightStickRight, InControl.InputDevice.cachedRightStickUp, InControl.InputDevice.GetControl(), and j__TPar.