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