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
GUINetplayStatusText.cs
Go to the documentation of this file.
1using System;
4
5[global::Cpp2ILInjected.Token(Token = "0x200015C")]
7{
8 [global::Cpp2ILInjected.Token(Token = "0x600098A")]
9 [global::Cpp2ILInjected.Address(RVA = "0x960C7C", Offset = "0x960C7C", Length = "0x88")]
10 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
11 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(GUIString), Member = "DrawWithShadow", MemberParameters = new object[]
12 {
14 typeof(string)
15 }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
17 public void Draw(string statusText)
18 {
19 throw null;
20 }
21
22 [global::Cpp2ILInjected.Token(Token = "0x600098B")]
23 [global::Cpp2ILInjected.Address(RVA = "0x960D04", Offset = "0x960D04", Length = "0x40")]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
26 public string ShowTestString()
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x600098C")]
32 [global::Cpp2ILInjected.Address(RVA = "0x960D44", Offset = "0x960D44", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInstance), Member = ".ctor", ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
35 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
37 {
38 throw null;
39 }
40}
class f__AnonymousType0<< Count > j__TPar
void Draw(string statusText)