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
Vertical64BitStrips.cs
Go to the documentation of this file.
1using System;
3
4namespace Terraria.Utilities
5{
6 // Token: 0x020004F1 RID: 1265
7 public struct Vertical64BitStrips
8 {
9 // Token: 0x060030A4 RID: 12452 RVA: 0x001F6B94 File Offset: 0x001F4D94
10 public Vertical64BitStrips(int len)
11 {
12 }
13
14 // Token: 0x060030A5 RID: 12453 RVA: 0x001F6BA4 File Offset: 0x001F4DA4
15 public void Clear()
16 {
17 }
18
19 // Token: 0x1700060E RID: 1550
20 public Bits64 this[int x]
21 {
22 get
23 {
24 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
25 }
26 set
27 {
28 }
29 }
30
31 // Token: 0x060030A8 RID: 12456 RVA: 0x001F6BC4 File Offset: 0x001F4DC4
32 public void Expand3x3()
33 {
34 }
35
36 // Token: 0x060030A9 RID: 12457 RVA: 0x001F6BD8 File Offset: 0x001F4DD8
37 public override string ToString()
38 {
39 if (false)
40 {
41 return;
42 }
43 }
44
45 // Token: 0x04003AA5 RID: 15013
46 private Bits64[] arr;
47 }
48}