Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
CustomDebugInformationTableReader (int numberOfRows, bool declaredSorted, int hasCustomDebugInformationRefSize, int guidHeapRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
EntityHandle | GetParent (CustomDebugInformationHandle handle) |
GuidHandle | GetKind (CustomDebugInformationHandle handle) |
BlobHandle | GetValue (CustomDebugInformationHandle handle) |
void | GetRange (EntityHandle parentHandle, out int firstImplRowId, out int lastImplRowId) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Attributes | |
readonly bool | _isHasCustomDebugInformationRefSizeSmall |
readonly bool | _isGuidHeapRefSizeSmall |
readonly bool | _isBlobHeapRefSizeSmall |
readonly int | _kindOffset |
readonly int | _valueOffset |
Definition at line 5 of file CustomDebugInformationTableReader.cs.