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