|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| struct | Section |
Public Member Functions | |
| BitVector32 (int data) | |
| BitVector32 (BitVector32 value) | |
| override bool | Equals ([NotNullWhen(true)] object? o) |
| override int | GetHashCode () |
| override string | ToString () |
Static Public Member Functions | |
| static int | CreateMask () |
| static int | CreateMask (int previous) |
| static Section | CreateSection (short maxValue) |
| static Section | CreateSection (short maxValue, Section previous) |
| static string | ToString (BitVector32 value) |
Properties | |
| bool | this[int bit] [get, set] |
| int | this[Section section] [get, set] |
| int | Data [get] |
Static Private Member Functions | |
| static Section | CreateSectionHelper (short maxValue, short priorMask, short priorOffset) |
Private Attributes | |
| uint | _data |
Definition at line 6 of file BitVector32.cs.