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