Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
ObjectToIdCache () | |
int | GetId (object obj, ref bool newId) |
int | ReassignId (int oldObjId, object oldObj, object newObj) |
Package Attributes | |
int | m_currentCount |
int[] | m_ids |
object[] | m_objs |
bool[] | m_isWrapped |
Static Package Attributes | |
static readonly int[] | primes |
Private Member Functions | |
int | FindElement (object obj, out bool isEmpty, out bool isWrapped) |
void | RemoveAt (int position) |
int | ComputeStartPosition (object o) |
void | Rehash () |
Static Private Member Functions | |
static int | GetPrime (int min) |
Definition at line 5 of file ObjectToIdCache.cs.