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