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