Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
override bool | Equals (object? obj) |
bool | Equals (DocumentHandle other) |
override int | GetHashCode () |
bool | Equals (T? other) |
Static Public Member Functions | |
static implicit | operator Handle (DocumentHandle handle) |
static implicit | operator EntityHandle (DocumentHandle handle) |
static | operator DocumentHandle (Handle handle) |
static | operator DocumentHandle (EntityHandle handle) |
static bool | operator== (DocumentHandle left, DocumentHandle right) |
static bool | operator!= (DocumentHandle left, DocumentHandle right) |
Static Package Functions | |
static DocumentHandle | FromRowId (int rowId) |
Properties | |
bool | IsNil [get] |
int | RowId [get] |
Private Member Functions | |
DocumentHandle (int rowId) | |
Private Attributes | |
readonly int | _rowId |
Definition at line 3 of file DocumentHandle.cs.