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_Switch.cs
Go to the documentation of this file.
1using System;
4using UnityEngine;
5
6[global::Cpp2ILInjected.Token(Token = "0x200001F")]
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000098")]
10 [global::Cpp2ILInjected.Address(RVA = "0x6FE4FC", Offset = "0x6FE4FC", Length = "0x90")]
11 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
12 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(DrKeyboard_Touch), Member = ".ctor", MemberParameters = new object[]
13 {
15 typeof(string),
16 typeof(int),
17 typeof(string),
18 typeof(string),
19 typeof(bool),
20 typeof(bool)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
23 public DrKeyboard_Switch(TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool multiline, bool filterText)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x4000067")]
30}
class f__AnonymousType0<< Count > j__TPar
static DrKeyboard_Switch LastKeyboard
DrKeyboard_Switch(TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool multiline, bool filterText)