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
FormattingHelpers.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200066C")]
9 internal static class FormattingHelpers
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60031E9")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1C159BC", Offset = "0x1C159BC", Length = "0xBC")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [MethodImpl(256)]
16 public static int CountDigits(ulong value)
17 {
18 throw null;
19 }
20
21 [global::Cpp2ILInjected.Token(Token = "0x60031EA")]
22 [global::Cpp2ILInjected.Address(RVA = "0x1C15A78", Offset = "0x1C15A78", Length = "0x6C")]
23 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
25 [MethodImpl(256)]
26 public static int CountDigits(uint value)
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x60031EB")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1C15AE4", Offset = "0x1C15AE4", Length = "0x48")]
33 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
34 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
35 [MethodImpl(256)]
36 public static int CountHexDigits(ulong value)
37 {
38 throw null;
39 }
40 }
41}
class f__AnonymousType0<< Count > j__TPar