Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
ImportScopeTableReader (int numberOfRows, int importScopeRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
ImportScopeHandle | GetParent (ImportScopeHandle handle) |
BlobHandle | GetImports (ImportScopeHandle handle) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Attributes | |
readonly bool | _isImportScopeRefSizeSmall |
readonly bool | _isBlobHeapRefSizeSmall |
readonly int | _importsOffset |
Definition at line 5 of file ImportScopeTableReader.cs.