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
ChatInitializer.cs
Go to the documentation of this file.
1using System;
5using Terraria.Chat;
8
10{
11 [global::Cpp2ILInjected.Token(Token = "0x2000589")]
12 public static class ChatInitializer
13 {
14 [global::Cpp2ILInjected.Token(Token = "0x6003493")]
15 [global::Cpp2ILInjected.Address(RVA = "0x1377930", Offset = "0x1377930", Length = "0x6C8")]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "Initialize_AlmostEverything", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatManager), Member = "Register", MemberTypeParameters = new object[] { "T" }, MemberParameters = new object[] { typeof(string[]) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatCommandProcessor), Member = "AddCommand", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(ChatCommandProcessor))]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatCommandProcessor), Member = "AddDefaultCommand", MemberTypeParameters = new object[] { "T" }, ReturnType = typeof(ChatCommandProcessor))]
21 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 65)]
22 public static void Load()
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6003494")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1377FF8", Offset = "0x1377FF8", Length = "0x24C")]
29 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LanguageManager), Member = "LoadLanguage", MemberParameters = new object[]
31 {
33 typeof(bool)
34 }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatCommandProcessor), Member = "ClearAliases", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IdDictionary), Member = "GetName", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(string))]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
39 {
40 typeof(string),
41 typeof(string)
42 }, ReturnType = typeof(string))]
43 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Language), Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(LocalizedText))]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(NetworkText), Member = "FromFormattable", MemberParameters = new object[]
45 {
46 typeof(string),
47 typeof(object[])
48 }, ReturnType = typeof(NetworkText))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ChatCommandProcessor), Member = "AddAlias", MemberParameters = new object[]
50 {
53 }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 17)]
55 public static void PrepareAliases()
56 {
57 throw null;
58 }
59 }
60}
class f__AnonymousType0<< Count > j__TPar