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
|
Package Functions | |
SparselyPopulatedArrayFragment (int size) | |
SparselyPopulatedArrayFragment (int size, SparselyPopulatedArrayFragment< T > prev) | |
T | SafeAtomicRemove (int index, T expectedElement) |
Package Attributes | |
readonly T[] | _elements |
int | _freeCount |
SparselyPopulatedArrayFragment< T > | _next |
SparselyPopulatedArrayFragment< T > | _prev |
Properties | |
T | this[int index] [get, set] |
int | Length [get, set] |
SparselyPopulatedArrayFragment< T > | Prev [get, set] |
T | : | class |
Definition at line 8 of file SparselyPopulatedArrayFragment.cs.