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
BitsByte.cs
Go to the documentation of this file.
1using System;
2using System.IO;
4
5namespace Terraria
6{
7 // Token: 0x02000422 RID: 1058
8 public struct BitsByte
9 {
10 // Token: 0x0600274E RID: 10062 RVA: 0x0018C7D0 File Offset: 0x0018A9D0
11 public BitsByte(bool b1 = false, bool b2 = false, bool b3 = false, bool b4 = false, bool b5 = false, bool b6 = false, bool b7 = false, bool b8 = false)
12 {
13 }
14
15 // Token: 0x0600274F RID: 10063 RVA: 0x0018C7E0 File Offset: 0x0018A9E0
16 public void ClearAll()
17 {
18 }
19
20 // Token: 0x06002750 RID: 10064 RVA: 0x0018C7F0 File Offset: 0x0018A9F0
21 public void SetAll()
22 {
23 this.value = byte.MaxValue;
24 }
25
26 // Token: 0x1700055A RID: 1370
27 public bool this[int key]
28 {
29 get
30 {
31 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
32 }
33 set
34 {
35 }
36 }
37
38 // Token: 0x06002753 RID: 10067 RVA: 0x0018C818 File Offset: 0x0018AA18
39 public void Retrieve(bool b0)
40 {
41 }
42
43 // Token: 0x06002754 RID: 10068 RVA: 0x0018C828 File Offset: 0x0018AA28
44 public void Retrieve(bool b0, bool b1)
45 {
46 }
47
48 // Token: 0x06002755 RID: 10069 RVA: 0x0018C838 File Offset: 0x0018AA38
49 public void Retrieve(bool b0, bool b1, bool b2)
50 {
51 }
52
53 // Token: 0x06002756 RID: 10070 RVA: 0x0018C848 File Offset: 0x0018AA48
54 public void Retrieve(bool b0, bool b1, bool b2, bool b3)
55 {
56 }
57
58 // Token: 0x06002757 RID: 10071 RVA: 0x0018C858 File Offset: 0x0018AA58
59 public void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4)
60 {
61 }
62
63 // Token: 0x06002758 RID: 10072 RVA: 0x0018C868 File Offset: 0x0018AA68
64 public void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4, bool b5)
65 {
66 }
67
68 // Token: 0x06002759 RID: 10073 RVA: 0x0018C878 File Offset: 0x0018AA78
69 public void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4, bool b5, bool b6)
70 {
71 }
72
73 // Token: 0x0600275A RID: 10074 RVA: 0x0018C888 File Offset: 0x0018AA88
74 public void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4, bool b5, bool b6, bool b7)
75 {
76 }
77
78 // Token: 0x0600275B RID: 10075 RVA: 0x000021DB File Offset: 0x000003DB
79 public static implicit operator byte(BitsByte bb)
80 {
81 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
82 }
83
84 // Token: 0x0600275C RID: 10076 RVA: 0x000021DB File Offset: 0x000003DB
85 public static implicit operator BitsByte(byte b)
86 {
87 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
88 }
89
90 // Token: 0x0600275D RID: 10077 RVA: 0x0018C898 File Offset: 0x0018AA98
91 public static BitsByte[] ComposeBitsBytesChain(bool optimizeLength, params bool[] flags)
92 {
93 }
94
95 // Token: 0x0600275E RID: 10078 RVA: 0x0018C8B4 File Offset: 0x0018AAB4
97 {
98 }
99
100 // Token: 0x04003397 RID: 13207
101 private static bool Null;
102
103 // Token: 0x04003398 RID: 13208
104 private byte value;
105 }
106}
class f__AnonymousType0<< Count > j__TPar
void Retrieve(bool b0)
Definition BitsByte.cs:39
void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4, bool b5)
Definition BitsByte.cs:64
static BitsByte[] DecomposeBitsBytesChain(BinaryReader reader)
Definition BitsByte.cs:96
void Retrieve(bool b0, bool b1)
Definition BitsByte.cs:44
static BitsByte[] ComposeBitsBytesChain(bool optimizeLength, params bool[] flags)
Definition BitsByte.cs:91
void Retrieve(bool b0, bool b1, bool b2)
Definition BitsByte.cs:49
BitsByte(bool b1=false, bool b2=false, bool b3=false, bool b4=false, bool b5=false, bool b6=false, bool b7=false, bool b8=false)
Definition BitsByte.cs:11
void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4, bool b5, bool b6)
Definition BitsByte.cs:69
void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4, bool b5, bool b6, bool b7)
Definition BitsByte.cs:74
static bool Null
Definition BitsByte.cs:101
void Retrieve(bool b0, bool b1, bool b2, bool b3)
Definition BitsByte.cs:54
void Retrieve(bool b0, bool b1, bool b2, bool b3, bool b4)
Definition BitsByte.cs:59