terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Classes | |
class | Entry |
Public Member Functions | |
PropertyNameTable () | |
string | Get (char[] key, int start, int length) |
string | Add (string key) |
Private Member Functions | |
string | AddEntry (string str, int hashCode) |
void | Grow () |
Static Private Member Functions | |
static | PropertyNameTable () |
static bool | TextEquals (string str1, char[] str2, int str2Start, int str2Length) |
Private Attributes | |
int | _count |
PropertyNameTable.Entry[] | _entries |
int | _mask |
Static Private Attributes | |
static readonly int | HashCodeRandomizer |
Definition at line 12 of file PropertyNameTable.cs.