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

◆ XButton1

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

Definition at line 213 of file MouseState.cs.

214 {
215 [global::Cpp2ILInjected.Token(Token = "0x6001650")]
216 [global::Cpp2ILInjected.Address(RVA = "0xAA03DC", Offset = "0xAA03DC", Length = "0x8")]
217 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
218 get
219 {
220 throw null;
221 }
222 [global::Cpp2ILInjected.Token(Token = "0x6001651")]
223 [global::Cpp2ILInjected.Address(RVA = "0xAA03E4", Offset = "0xAA03E4", Length = "0x8")]
224 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
225 internal set
226 {
227 throw null;
228 }
229 }