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
UIState.cs
Go to the documentation of this file.
1using System;
6
7namespace Terraria.UI
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000726")]
10 public class UIState : UIElement
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6003C94")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1491F54", Offset = "0x1491F54", Length = "0x74")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UIAchievementsMenu), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UIBestiaryTest), Member = ".ctor", MemberParameters = new object[] { typeof(BestiaryDatabase) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UICreativePowersMenu), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UIEmotesMenu), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UIVirtualKeyboard), Member = ".ctor", MemberParameters = new object[]
19 {
20 typeof(string),
21 typeof(string),
23 typeof(Action),
24 typeof(int),
25 typeof(bool)
26 }, ReturnType = typeof(void))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UIElement), Member = ".ctor", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
30 public UIState()
31 {
32 throw null;
33 }
34 }
35}
class f__AnonymousType0<< Count > j__TPar
delegate void KeyboardSubmitEvent(string text)