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
PrimitiveArray.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x0200042B RID: 1067
6 internal sealed class PrimitiveArray
7 {
8 // Token: 0x06002142 RID: 8514 RVA: 0x0004BADC File Offset: 0x00049CDC
10 {
11 this.Init(code, array);
12 }
13
14 // Token: 0x06002143 RID: 8515 RVA: 0x0004BAF8 File Offset: 0x00049CF8
16 {
18 }
19
20 // Token: 0x06002144 RID: 8516 RVA: 0x0004BBE0 File Offset: 0x00049DE0
21 internal void SetValue(string value, int index)
22 {
24 }
25
26 // Token: 0x040011CF RID: 4559
28
29 // Token: 0x040011D0 RID: 4560
30 private bool[] booleanA;
31
32 // Token: 0x040011D1 RID: 4561
33 private char[] charA;
34
35 // Token: 0x040011D2 RID: 4562
36 private double[] doubleA;
37
38 // Token: 0x040011D3 RID: 4563
39 private short[] int16A;
40
41 // Token: 0x040011D4 RID: 4564
42 private int[] int32A;
43
44 // Token: 0x040011D5 RID: 4565
45 private long[] int64A;
46
47 // Token: 0x040011D6 RID: 4566
48 private sbyte[] sbyteA;
49
50 // Token: 0x040011D7 RID: 4567
51 private float[] singleA;
52
53 // Token: 0x040011D8 RID: 4568
54 private ushort[] uint16A;
55
56 // Token: 0x040011D9 RID: 4569
57 private uint[] uint32A;
58
59 // Token: 0x040011DA RID: 4570
60 private ulong[] uint64A;
61 }
62}
class f__AnonymousType0<< Count > j__TPar
void Init(InternalPrimitiveTypeE code, Array array)
PrimitiveArray(InternalPrimitiveTypeE code, Array array)