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

◆ UseControllerInput

bool ScreenshotTool.UseControllerInput
getset

Definition at line 10 of file ScreenshotTool.cs.

11 {
12 [global::Cpp2ILInjected.Token(Token = "0x60011FF")]
13 [global::Cpp2ILInjected.Address(RVA = "0xA72458", Offset = "0xA72458", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 get
16 {
17 throw null;
18 }
19 [global::Cpp2ILInjected.Token(Token = "0x6001200")]
20 [global::Cpp2ILInjected.Address(RVA = "0xA72460", Offset = "0xA72460", Length = "0xC")]
21 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
22 set
23 {
24 throw null;
25 }
26 }