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