terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.LocalDataStoreMgr Class Referencesealed

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< LocalDataStorem_ManagedLocalDataStores
 
Dictionary< string, LocalDataStoreSlotm_KeyToSlotMap
 
long m_CookieGenerator
 

Static Private Attributes

const int InitialSlotTableSize = 64
 
const int SlotTableDoubleThreshold = 512
 
const int LargeSlotTableSizeIncrease = 128
 

Detailed Description

Definition at line 10 of file LocalDataStoreMgr.cs.


The documentation for this class was generated from the following file: