Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static int | Combine (int newKey, int currentKey) |
static int | Combine (uint newKey, int currentKey) |
static int | Combine (bool newKeyPart, int currentKey) |
static int | GetFNVHashCode (byte[] data) |
static int | GetFNVHashCode (ImmutableArray< byte > data) |
Static Package Attributes | |
const int | FnvOffsetBias = -2128831035 |
const int | FnvPrime = 16777619 |