|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| ClassLayoutTableReader (int numberOfRows, bool declaredSorted, int typeDefTableRowRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| TypeDefinitionHandle | GetParent (int rowId) |
| ushort | GetPackingSize (int rowId) |
| uint | GetClassSize (int rowId) |
| int | FindRow (TypeDefinitionHandle typeDef) |
Package Attributes | |
| int | NumberOfRows |
| readonly int | RowSize |
| MemoryBlock | Block |
Private Member Functions | |
| bool | CheckSorted () |
Private Attributes | |
| readonly bool | _IsTypeDefTableRowRefSizeSmall |
| readonly int | _PackagingSizeOffset |
| readonly int | _ClassSizeOffset |
| readonly int | _ParentOffset |
Definition at line 5 of file ClassLayoutTableReader.cs.