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
FloatArray_3.cs
Go to the documentation of this file.
1using System;
3
4// Token: 0x02000010 RID: 16
5public struct FloatArray_3
6{
7 // Token: 0x17000019 RID: 25
8 public float this[int index]
9 {
10 get
11 {
12 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
13 }
14 set
15 {
16 }
17 }
18
19 // Token: 0x1700001A RID: 26
20 // (get) Token: 0x0600004E RID: 78 RVA: 0x00002840 File Offset: 0x00000A40
21 public int Length
22 {
23 get
24 {
25 return 3;
26 }
27 }
28
29 // Token: 0x04000023 RID: 35
30 private float val0;
31
32 // Token: 0x04000024 RID: 36
33 private float val1;
34
35 // Token: 0x04000025 RID: 37
36 private float val2;
37}