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

◆ IsNullControl

bool InControl.OneAxisInputControl.IsNullControl
getsetinherited

Definition at line 684 of file OneAxisInputControl.cs.

685 {
686 [global::Cpp2ILInjected.Token(Token = "0x6000194")]
687 [global::Cpp2ILInjected.Address(RVA = "0x1987630", Offset = "0x1987630", Length = "0x8")]
688 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
689 get
690 {
691 throw null;
692 }
693 }