Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
FieldMarshalTableReader (int numberOfRows, bool declaredSorted, int hasFieldMarshalRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
EntityHandle | GetParent (int rowId) |
BlobHandle | GetNativeType (int rowId) |
int | FindFieldMarshalRowId (EntityHandle handle) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Member Functions | |
bool | CheckSorted () |
Private Attributes | |
readonly bool | _IsHasFieldMarshalRefSizeSmall |
readonly bool | _IsBlobHeapRefSizeSmall |
readonly int | _ParentOffset |
readonly int | _NativeTypeOffset |
Definition at line 5 of file FieldMarshalTableReader.cs.