terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches

◆ LeftButton

ButtonState Microsoft.Xna.Framework.Input.MouseState.LeftButton
getset

Definition at line 118 of file MouseState.cs.

119 {
120 [global::Cpp2ILInjected.Token(Token = "0x6001646")]
121 [global::Cpp2ILInjected.Address(RVA = "0xAA038C", Offset = "0xAA038C", Length = "0x8")]
122 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
123 get
124 {
125 throw null;
126 }
127 [global::Cpp2ILInjected.Token(Token = "0x6001647")]
128 [global::Cpp2ILInjected.Address(RVA = "0xAA0394", Offset = "0xAA0394", Length = "0x8")]
129 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
130 internal set
131 {
132 throw null;
133 }
134 }