Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
BitHelper (Span< int > span, bool clear) | |
void | MarkBit (int bitPosition) |
bool | IsMarked (int bitPosition) |
BitHelper (Span< int > span, bool clear) | |
void | MarkBit (int bitPosition) |
bool | IsMarked (int bitPosition) |
Static Package Functions | |
static int | ToIntArrayLength (int n) |
static int | ToIntArrayLength (int n) |
Private Attributes | |
readonly Span< int > | _span |
Definition at line 3 of file BitHelper.cs.