terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
BinaryArray.cs
Go to the documentation of this file.
1using System;
2using System.IO;
3
5{
6 // Token: 0x0200040E RID: 1038
7 internal sealed class BinaryArray
8 {
9 // Token: 0x0600200C RID: 8204 RVA: 0x00046788 File Offset: 0x00044988
10 internal BinaryArray()
11 {
12 }
13
14 // Token: 0x0600200D RID: 8205 RVA: 0x0004679C File Offset: 0x0004499C
19
20 // Token: 0x0600200E RID: 8206 RVA: 0x000467B8 File Offset: 0x000449B8
35
36 // Token: 0x0600200F RID: 8207 RVA: 0x0004680C File Offset: 0x00044A0C
37 public void Write(__BinaryWriter sout)
38 {
40 BinaryWriter dataWriter = sout.dataWriter;
42 int num = this.objectId;
44 int[] array = this.lengthA;
45 object obj = this.typeInformation;
47 }
48
49 // Token: 0x06002010 RID: 8208 RVA: 0x00046924 File Offset: 0x00044B24
51 {
53 int num = input.ReadInt32();
54 this.objectId = num;
55 int num2 = 1;
56 int num3 = input.ReadInt32();
58 byte b = input.ReadByte();
59 }
60
61 // Token: 0x04001090 RID: 4240
62 internal int objectId;
63
64 // Token: 0x04001091 RID: 4241
65 internal int rank;
66
67 // Token: 0x04001092 RID: 4242
68 internal int[] lengthA;
69
70 // Token: 0x04001093 RID: 4243
71 internal int[] lowerBoundA;
72
73 // Token: 0x04001094 RID: 4244
75
76 // Token: 0x04001095 RID: 4245
77 internal object typeInformation;
78
79 // Token: 0x04001096 RID: 4246
80 internal int assemId;
81
82 // Token: 0x04001097 RID: 4247
84
85 // Token: 0x04001098 RID: 4248
87 }
88}
class f__AnonymousType0<< Count > j__TPar
void Set(int objectId, int rank, int[] lengthA, int[] lowerBoundA, BinaryTypeEnum binaryTypeEnum, object typeInformation, BinaryArrayTypeEnum binaryArrayTypeEnum, int assemId)