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.
1
using
System
;
2
using
Cpp2ILInjected
;
3
using
Cpp2ILInjected.CallAnalysis
;
4
using
UnityEngine
;
5
6
[global::Cpp2ILInjected.Token(Token =
"0x200001F"
)]
7
public
class
DrKeyboard_Switch
:
DrKeyboard_Touch
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
{
14
typeof
(
TouchScreenKeyboardType
),
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"
)]
29
public
static
DrKeyboard_Switch
LastKeyboard
;
30
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:11
DrKeyboard_Switch.LastKeyboard
static DrKeyboard_Switch LastKeyboard
Definition
DrKeyboard_Switch.cs:29
DrKeyboard_Switch.DrKeyboard_Switch
DrKeyboard_Switch(TouchScreenKeyboardType type, string initialText, int maxChars, string title, string prompt, bool multiline, bool filterText)
Definition
DrKeyboard_Switch.cs:23
DrKeyboard_Switch
Definition
DrKeyboard_Switch.cs:8
DrKeyboard_Touch
Definition
DrKeyboard_Touch.cs:8
System.Type
Definition
Type.cs:43
Cpp2ILInjected.CallAnalysis
Definition
CallAnalysisNotSupportedAttribute.cs:4
Cpp2ILInjected
Definition
AddressAttribute.cs:4
System
Definition
__Il2CppComDelegate.cs:6
UnityEngine.TouchScreenKeyboardType
TouchScreenKeyboardType
Definition
TouchScreenKeyboardType.cs:8
UnityEngine
Definition
_AndroidJNIHelper.cs:8
source
DrKeyboard_Switch.cs
Generated by
1.10.0