|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| override bool | Equals ([NotNullWhen(true)] object? o) |
| bool | Equals (Section obj) |
| override int | GetHashCode () |
| override string | ToString () |
Static Public Member Functions | |
| static bool | operator== (Section a, Section b) |
| static bool | operator!= (Section a, Section b) |
| static string | ToString (Section value) |
Package Functions | |
| Section (short mask, short offset) | |
Properties | |
| short | Mask [get] |
| short | Offset [get] |
Private Attributes | |
| readonly short | _mask |
| readonly short | _offset |
Definition at line 8 of file BitVector32.cs.