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

◆ _overrideRMB

bool Microsoft.Xna.Framework.Input.Mouse._overrideRMB
staticgetset

Definition at line 383 of file Mouse.cs.

384 {
385 [global::Cpp2ILInjected.Token(Token = "0x600160C")]
386 [global::Cpp2ILInjected.Address(RVA = "0xA9EA00", Offset = "0xA9EA00", Length = "0x4C")]
387 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
388 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
389 get
390 {
391 throw null;
392 }
393 [global::Cpp2ILInjected.Token(Token = "0x600160D")]
394 [global::Cpp2ILInjected.Address(RVA = "0xA9EA4C", Offset = "0xA9EA4C", Length = "0x50")]
395 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
396 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
397 set
398 {
399 throw null;
400 }
401 }