|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| FieldLayoutTableReader (int numberOfRows, bool declaredSorted, int fieldTableRowRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| int | FindFieldLayoutRowId (FieldDefinitionHandle handle) |
| uint | GetOffset (int rowId) |
| FieldDefinitionHandle | GetField (int rowId) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Member Functions | |
| bool | CheckSorted () |
Private Attributes | |
| readonly bool | _IsFieldTableRowRefSizeSmall |
| readonly int | _OffsetOffset |
| readonly int | _FieldOffset |
Definition at line 5 of file FieldLayoutTableReader.cs.