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
ObjectNull.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000411")]
8 internal sealed class ObjectNull
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x600201C")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B5E2F8", Offset = "0x1B5E2F8", Length = "0x8")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectNull", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
15 internal ObjectNull()
16 {
17 throw null;
18 }
19
20 [global::Cpp2ILInjected.Token(Token = "0x600201D")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1B5E300", Offset = "0x1B5E300", Length = "0x8")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 internal void SetNullCount(int nullCount)
24 {
25 throw null;
26 }
27
28 [global::Cpp2ILInjected.Token(Token = "0x600201E")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1B5E308", Offset = "0x1B5E308", Length = "0x80")]
30 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
31 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryWriter), Member = "WriteNullMember", MemberParameters = new object[]
32 {
35 }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryWriter), Member = "InternalWriteItemNull", ReturnType = typeof(void))]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
38 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
39 public void Write(__BinaryWriter sout)
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x600201F")]
45 [global::Cpp2ILInjected.Address(RVA = "0x1B5E388", Offset = "0x1B5E388", Length = "0x54")]
46 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
47 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectNull", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
48 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadByte", ReturnType = typeof(byte))]
50 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(__BinaryParser), Member = "ReadInt32", ReturnType = typeof(int))]
51 public void Read(__BinaryParser input, BinaryHeaderEnum binaryHeaderEnum)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6002020")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1B5E3DC", Offset = "0x1B5E3DC", Length = "0x4")]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(__BinaryParser), Member = "ReadObjectNull", MemberParameters = new object[] { typeof(BinaryHeaderEnum) }, ReturnType = typeof(void))]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
60 public void Dump()
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x400109C")]
66 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
67 internal int nullCount;
68 }
69}
class f__AnonymousType0<< Count > j__TPar
void Read(__BinaryParser input, BinaryHeaderEnum binaryHeaderEnum)
Definition ObjectNull.cs:51