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
StringBuilderExtensions.cs
Go to the documentation of this file.
1using System;
2using System.Text;
7using Terraria;
8using Terraria.UI;
9
10[global::Cpp2ILInjected.Token(Token = "0x20002FF")]
11public static class StringBuilderExtensions
12{
13 [global::Cpp2ILInjected.Token(Token = "0x60011C4")]
14 [global::Cpp2ILInjected.Address(RVA = "0xA6EBEC", Offset = "0xA6EBEC", Length = "0x3C")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHearts), Member = "DrawLifeString", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIHotbar), Member = "DrawHotbarItem", MemberParameters = new object[]
17 {
20 typeof(Item[]),
21 typeof(int),
24 typeof(float)
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIInventory), Member = "DrawItem", MemberParameters = new object[]
27 {
30 typeof(Item[]),
31 typeof(int),
34 typeof(float)
35 }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMana), Member = "Draw", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(GUIMainMenu), Member = "Draw", ReturnType = typeof(void))]
38 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Main), Member = "DrawFPS", ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ItemSlot), Member = "Draw", MemberParameters = new object[]
40 {
42 typeof(Item[]),
43 typeof(int),
44 typeof(int),
48 }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 15)]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
51 public static void AppendInt(this StringBuilder stringBuilder, int value)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x60011C5")]
57 [global::Cpp2ILInjected.Address(RVA = "0xA6EC28", Offset = "0xA6EC28", Length = "0x64")]
58 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
59 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(StringBuilderExtensions), Member = "AppendIntCharacter", MemberParameters = new object[]
60 {
62 typeof(int)
63 }, ReturnType = typeof(void))]
64 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
65 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilderExtensions), Member = "AppendIntCharacter", MemberParameters = new object[]
66 {
68 typeof(int)
69 }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(StringBuilder))]
71 private static void AppendIntCharacter(StringBuilder stringBuilder, int value)
72 {
73 throw null;
74 }
75}
class f__AnonymousType0<< Count > j__TPar
static void AppendIntCharacter(StringBuilder stringBuilder, int value)
static void AppendInt(this StringBuilder stringBuilder, int value)