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