Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
CustomAttributeTableReader (int numberOfRows, bool declaredSorted, int hasCustomAttributeRefSize, int customAttributeTypeRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
EntityHandle | GetParent (CustomAttributeHandle handle) |
EntityHandle | GetConstructor (CustomAttributeHandle handle) |
BlobHandle | GetValue (CustomAttributeHandle handle) |
void | GetAttributeRange (EntityHandle parentHandle, out int firstImplRowId, out int lastImplRowId) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
readonly? int[] | PtrTable |
Private Member Functions | |
bool | CheckSorted () |
Private Attributes | |
readonly bool | _IsHasCustomAttributeRefSizeSmall |
readonly bool | _IsCustomAttributeTypeRefSizeSmall |
readonly bool | _IsBlobHeapRefSizeSmall |
readonly int | _ParentOffset |
readonly int | _TypeOffset |
readonly int | _ValueOffset |
Definition at line 5 of file CustomAttributeTableReader.cs.