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