Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | PushTrue () |
void | PushFalse () |
bool | Pop () |
void | SetFirstBit () |
void | ResetFirstBit () |
Properties | |
int | CurrentDepth [get] |
Private Member Functions | |
void | PushToArray (bool value) |
bool | PopFromArray () |
void | DoubleArray (int minSize) |
Static Private Member Functions | |
static int | Div32Rem (int number, out int remainder) |
Private Attributes | |
int[] | _array |
ulong | _allocationFreeContainer |
int | _currentDepth |
Definition at line 5 of file BitStack.cs.