Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SortVersion (int fullVersion, Guid sortId) | |
override bool | Equals ([NotNullWhen(true)] object? obj) |
bool | Equals ([NotNullWhen(true)] SortVersion? other) |
override int | GetHashCode () |
bool | Equals (T? other) |
Static Public Member Functions | |
static bool | operator== (SortVersion? left, SortVersion? right) |
static bool | operator!= (SortVersion? left, SortVersion? right) |
Package Functions | |
SortVersion (int nlsVersion, int effectiveId, Guid customVersion) | |
Properties | |
int | FullVersion [get] |
Guid | SortId [get] |
Private Attributes | |
readonly int | m_NlsVersion |
Guid | m_SortId |
Definition at line 8 of file SortVersion.cs.