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