|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| DocumentTableReader (int numberOfRows, int guidHeapRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| DocumentNameBlobHandle | GetName (DocumentHandle handle) |
| GuidHandle | GetHashAlgorithm (DocumentHandle handle) |
| BlobHandle | GetHash (DocumentHandle handle) |
| GuidHandle | GetLanguage (DocumentHandle handle) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Attributes | |
| readonly bool | _isGuidHeapRefSizeSmall |
| readonly bool | _isBlobHeapRefSizeSmall |
| readonly int | _hashAlgorithmOffset |
| readonly int | _hashOffset |
| readonly int | _languageOffset |
Definition at line 5 of file DocumentTableReader.cs.