|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| PropertyMapTableReader (int numberOfRows, int typeDefTableRowRefSize, int propertyRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| int | FindPropertyMapRowIdFor (TypeDefinitionHandle typeDef) |
| TypeDefinitionHandle | GetParentType (int rowId) |
| int | GetPropertyListStartFor (int rowId) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Attributes | |
| readonly bool | _IsTypeDefTableRowRefSizeSmall |
| readonly bool | _IsPropertyRefSizeSmall |
| readonly int | _ParentOffset |
| readonly int | _PropertyListOffset |
Definition at line 5 of file PropertyMapTableReader.cs.