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 | |
LocalDataStore (LocalDataStoreMgr mgr, int InitialCapacity) | |
object | GetData (LocalDataStoreSlot slot) |
void | SetData (LocalDataStoreSlot slot, object data) |
Package Functions | |
void | Dispose () |
void | FreeData (int slot, long cookie) |
Private Member Functions | |
LocalDataStoreElement | PopulateElement (LocalDataStoreSlot slot) |
Private Attributes | |
LocalDataStoreElement[] | m_DataTable |
LocalDataStoreMgr | m_Manager |
Definition at line 8 of file LocalDataStore.cs.