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