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