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