terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
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, set] |
bool | this[int index] [get, set] |
Private Member Functions | |
BitSet () | |
int | Subscript (int bitIndex) |
void | EnsureLength (int nRequiredLength) |
Private Attributes | |
int | count |
uint[] | bits |