terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
BitSet (int count) | |
void | Clear () |
void | Set (int index) |
bool | Get (int index) |
int | NextSet (int startFrom) |
void | And (BitSet other) |
void | Or (BitSet other) |
override int | GetHashCode () |
override bool | Equals (object obj) |
BitSet | Clone () |
bool | Intersects (BitSet other) |
Properties | |
int | Count [get] |
bool | this[int index] [get] |
Private Member Functions | |
BitSet () | |
int | Subscript (int bitIndex) |
void | EnsureLength (int nRequiredLength) |
Private Attributes | |
int | count |
uint[] | bits |