terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Classes | |
class | Enumerator |
struct | ItemPair |
Public Member Functions | |
SlotVector (int capacity) | |
SlotId | Add (T value) |
void | Clear () |
bool | Remove (SlotId id) |
bool | Has (SlotId id) |
bool | Has (int index) |
SlotVector< T >.ItemPair | GetPair (int index) |
Properties | |
T | this[int index] [get, set] |
T | this[SlotId id] [get, set] |
int | Count [get, private set] |
int | Capacity [get] |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
IEnumerator< SlotVector< T >.ItemPair > System.Collections.Generic.IEnumerable< ReLogic.Utilities.SlotVector< T >.ItemPair >. | GetEnumerator () |
Private Attributes | |
readonly SlotVector< T >.ItemPair[] | _array |
uint | _freeHead |
uint | _usedSpaceLength |
int< Count > | k__BackingField |
Static Private Attributes | |
const uint | MAX_INDEX = 65535U |
Definition at line 10 of file SlotVector.cs.