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
ShaderTagId.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000113")]
8 public struct ShaderTagId : IEquatable<ShaderTagId>
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6000583")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1F8B704", Offset = "0x1F8B704", Length = "0x20")]
12 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
13 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Shader), Member = "TagToID", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(int))]
14 public ShaderTagId(string name)
15 {
16 throw null;
17 }
18
19 [global::Cpp2ILInjected.Token(Token = "0x6000584")]
20 [global::Cpp2ILInjected.Address(RVA = "0x1F8B724", Offset = "0x1F8B724", Length = "0x78")]
21 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
24 public override bool Equals(object obj)
25 {
26 throw null;
27 }
28
29 [global::Cpp2ILInjected.Token(Token = "0x6000585")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1F8B79C", Offset = "0x1F8B79C", Length = "0x10")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6000586")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1F8B7AC", Offset = "0x1F8B7AC", Length = "0x20")]
40 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(int), Member = "GetHashCode", ReturnType = typeof(int))]
43 public override int GetHashCode()
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x4000490")]
49 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
50 private int m_Id;
51 }
52}
class f__AnonymousType0<< Count > j__TPar
bool Equals(ShaderTagId other)
override bool Equals(object obj)