terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
LocalDataStoreHolder | CreateLocalDataStore () |
void | DeleteLocalDataStore (LocalDataStore store) |
LocalDataStoreSlot | AllocateDataSlot () |
LocalDataStoreSlot | AllocateNamedDataSlot (string name) |
LocalDataStoreSlot | GetNamedDataSlot (string name) |
void | FreeNamedDataSlot (string name) |
void | ValidateSlot (LocalDataStoreSlot slot) |
LocalDataStoreMgr () | |
Package Functions | |
void | FreeDataSlot (int slot, long cookie) |
int | GetSlotTableLength () |
Private Attributes | |
bool[] | m_SlotInfoTable |
int | m_FirstAvailableSlot |
List< LocalDataStore > | m_ManagedLocalDataStores |
Dictionary< string, LocalDataStoreSlot > | m_KeyToSlotMap |
long | m_CookieGenerator |
Static Private Attributes | |
const int | InitialSlotTableSize = 64 |
const int | SlotTableDoubleThreshold = 512 |
const int | LargeSlotTableSizeIncrease = 128 |
Definition at line 10 of file LocalDataStoreMgr.cs.