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

◆ MouseInfo

MouseState Terraria.GameInput.PlayerInput.MouseInfo
staticgetset

Definition at line 33 of file PlayerInput.cs.

34 {
35 get
36 {
37 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
38 }
39 set
40 {
41 int horizontalScrollWheelValue = value._horizontalScrollWheelValue;
42 int x = value._x;
43 int y = value._y;
44 }
45 }
class f__AnonymousType0<< Count > j__TPar

Referenced by Terraria.GameInput.PlayerInput.MouseInput().