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
UID.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6[global::Cpp2ILInjected.Token(Token = "0x2000067")]
7public static class UID
8{
9 [global::Cpp2ILInjected.Token(Token = "0x6000229")]
10 [global::Cpp2ILInjected.Address(RVA = "0x70CD38", Offset = "0x70CD38", Length = "0x100")]
11 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LayoutDefinition), Member = "SaveFields", MemberParameters = new object[]
13 {
15 typeof(Type),
16 typeof(object)
17 }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(LayoutDefinition), Member = "LoadFields", MemberParameters = new object[]
19 {
21 typeof(Type),
22 typeof(object)
23 }, ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(TextureAtlasDB), Member = "LoadTexture", MemberParameters = new object[]
25 {
26 typeof(string),
29 }, ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 13)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToLowerInvariant", ReturnType = typeof(string))]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UID), Member = "Initialise", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
35 public static int Generate(string data)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x600022A")]
41 [global::Cpp2ILInjected.Address(RVA = "0x70CF38", Offset = "0x70CF38", Length = "0xB8")]
42 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UID), Member = "Initialise", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
46 public static int Generate(byte[] data, int dataLength = -1)
47 {
48 throw null;
49 }
50
51 [global::Cpp2ILInjected.Token(Token = "0x600022B")]
52 [global::Cpp2ILInjected.Address(RVA = "0x70CFF0", Offset = "0x70CFF0", Length = "0x5C")]
53 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(UID), Member = "Initialise", ReturnType = typeof(void))]
55 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
56 public static void InitialiseUIDGeneration(ref uint resultUID)
57 {
58 throw null;
59 }
60
61 [global::Cpp2ILInjected.Token(Token = "0x600022C")]
62 [global::Cpp2ILInjected.Address(RVA = "0x70D04C", Offset = "0x70D04C", Length = "0xB0")]
63 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
64 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
65 public static void UIDGenerationAddInt(int value, ref uint resultUID)
66 {
67 throw null;
68 }
69
70 [global::Cpp2ILInjected.Token(Token = "0x600022D")]
71 [global::Cpp2ILInjected.Address(RVA = "0x70D0FC", Offset = "0x70D0FC", Length = "0xF0")]
72 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
73 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitConverter), Member = "GetBytes", MemberParameters = new object[] { typeof(float) }, ReturnType = typeof(byte[]))]
74 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
75 public static void UIDGenerationAddFloat(float value, ref uint resultUID)
76 {
77 throw null;
78 }
79
80 [global::Cpp2ILInjected.Token(Token = "0x600022E")]
81 [global::Cpp2ILInjected.Address(RVA = "0x70D1EC", Offset = "0x70D1EC", Length = "0xE4")]
82 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
83 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
84 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "ToLowerInvariant", ReturnType = typeof(string))]
85 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
86 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
87 public static void UIDGenerationAddString(string value, ref uint resultUID)
88 {
89 throw null;
90 }
91
92 [global::Cpp2ILInjected.Token(Token = "0x600022F")]
93 [global::Cpp2ILInjected.Address(RVA = "0x70D2D0", Offset = "0x70D2D0", Length = "0x10")]
94 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
95 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
96 public static void FinaliseUIDGeneration(ref uint resultUID)
97 {
98 throw null;
99 }
100
101 [global::Cpp2ILInjected.Token(Token = "0x6000230")]
102 [global::Cpp2ILInjected.Address(RVA = "0x70D2E0", Offset = "0x70D2E0", Length = "0x40")]
103 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
104 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
105 private static uint Reflect(uint ulReflect, char cChar)
106 {
107 throw null;
108 }
109
110 [global::Cpp2ILInjected.Token(Token = "0x6000231")]
111 [global::Cpp2ILInjected.Address(RVA = "0x70CE38", Offset = "0x70CE38", Length = "0x100")]
112 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UID), Member = "Generate", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
114 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UID), Member = "Generate", MemberParameters = new object[]
115 {
116 typeof(byte[]),
117 typeof(int)
118 }, ReturnType = typeof(int))]
119 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(UID), Member = "InitialiseUIDGeneration", MemberParameters = new object[] { typeof(ref uint) }, ReturnType = typeof(void))]
120 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
121 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
122 private static void Initialise()
123 {
124 throw null;
125 }
126
127 [global::Cpp2ILInjected.Token(Token = "0x4000204")]
128 private static uint[] s_lookupTable;
129}
class f__AnonymousType0<< Count > j__TPar
static void Initialise()
Definition UID.cs:122
static int Generate(string data)
Definition UID.cs:35
static void FinaliseUIDGeneration(ref uint resultUID)
Definition UID.cs:96
static void UIDGenerationAddString(string value, ref uint resultUID)
Definition UID.cs:87
static void UIDGenerationAddFloat(float value, ref uint resultUID)
Definition UID.cs:75
static uint Reflect(uint ulReflect, char cChar)
Definition UID.cs:105
static uint[] s_lookupTable
Definition UID.cs:128
static void InitialiseUIDGeneration(ref uint resultUID)
Definition UID.cs:56
static void UIDGenerationAddInt(int value, ref uint resultUID)
Definition UID.cs:65
static int Generate(byte[] data, int dataLength=-1)
Definition UID.cs:46
Definition UID.cs:8