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
DrKeyboard_Base.cs
Go to the documentation of this file.
1using System;
4using Terraria;
5using UnityEngine;
6
7[global::Cpp2ILInjected.Token(Token = "0x200001B")]
8public abstract class DrKeyboard_Base
9{
10 [global::Cpp2ILInjected.Token(Token = "0x6000083")]
11 [global::Cpp2ILInjected.Address(RVA = "0x6FE2D8", Offset = "0x6FE2D8", Length = "0xEC")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "OpenKeyboard", MemberParameters = new object[]
13 {
14 typeof(string),
15 typeof(int),
16 typeof(bool),
17 typeof(bool),
18 typeof(bool)
19 }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Application), Member = "get_isEditor", ReturnType = typeof(bool))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DrKeyboard_IME), Member = ".ctor", MemberParameters = new object[]
23 {
24 typeof(string),
25 typeof(int),
26 typeof(string),
27 typeof(string)
28 }, ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DrKeyboard_Touch), Member = ".ctor", MemberParameters = new object[]
30 {
32 typeof(string),
33 typeof(int),
34 typeof(string),
35 typeof(string),
36 typeof(bool),
37 typeof(bool)
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
40 public static DrKeyboard_Base Create(TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool password = false, bool multiline = false, bool filterText = true)
41 {
42 throw null;
43 }
44
45 [global::Cpp2ILInjected.Token(Token = "0x17000022")]
46 public static bool isSupported
47 {
48 [global::Cpp2ILInjected.Token(Token = "0x6000084")]
49 [global::Cpp2ILInjected.Address(RVA = "0x6FE660", Offset = "0x6FE660", Length = "0x28")]
50 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
51 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Application), Member = "get_isEditor", ReturnType = typeof(bool))]
52 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TouchScreenKeyboard), Member = "get_isSupported", ReturnType = typeof(bool))]
53 get
54 {
55 throw null;
56 }
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x17000023")]
60 public abstract bool active
61 {
62 [global::Cpp2ILInjected.Token(Token = "0x6000085")]
63 get;
64 [global::Cpp2ILInjected.Token(Token = "0x6000086")]
65 set;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x17000024")]
69 public abstract bool wasCanceled
70 {
71 [global::Cpp2ILInjected.Token(Token = "0x6000087")]
72 get;
73 }
74
75 [global::Cpp2ILInjected.Token(Token = "0x17000025")]
76 public abstract bool done
77 {
78 [global::Cpp2ILInjected.Token(Token = "0x6000088")]
79 get;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x17000026")]
83 public abstract string text
84 {
85 [global::Cpp2ILInjected.Token(Token = "0x6000089")]
86 get;
87 [global::Cpp2ILInjected.Token(Token = "0x600008A")]
88 set;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x600008B")]
92 [global::Cpp2ILInjected.Address(RVA = "0x6FE688", Offset = "0x6FE688", Length = "0x4")]
93 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
94 public virtual void Update()
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x600008C")]
100 [global::Cpp2ILInjected.Address(RVA = "0x6FE68C", Offset = "0x6FE68C", Length = "0x8")]
101 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
102 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
103 protected DrKeyboard_Base()
104 {
105 throw null;
106 }
107}
class f__AnonymousType0<< Count > j__TPar
virtual void Update()
static bool isSupported
static DrKeyboard_Base Create(TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool password=false, bool multiline=false, bool filterText=true)