|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| BitFlagsGenerator (int bitCount, CodeGenerator ilg, string localName) | |
| int | GetBitCount () |
| LocalBuilder | GetLocal (int i) |
| int | GetLocalCount () |
| void | Load (int bitIndex) |
| void | LoadArray () |
| void | Store (int bitIndex, bool value) |
Static Public Member Functions | |
| static bool | IsBitSet (byte[] bytes, int bitIndex) |
| static void | SetBit (byte[] bytes, int bitIndex) |
Static Private Member Functions | |
| static byte | GetBitValue (int bitIndex) |
| static int | GetByteIndex (int bitIndex) |
Private Attributes | |
| readonly int | _bitCount |
| readonly CodeGenerator | _ilg |
| readonly LocalBuilder[] | _locals |
Definition at line 5 of file BitFlagsGenerator.cs.