|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| EventMapTableReader (int numberOfRows, int typeDefTableRowRefSize, int eventRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| int | FindEventMapRowIdFor (TypeDefinitionHandle typeDef) |
| TypeDefinitionHandle | GetParentType (int rowId) |
| int | GetEventListStartFor (int rowId) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Attributes | |
| readonly bool | _IsTypeDefTableRowRefSizeSmall |
| readonly bool | _IsEventRefSizeSmall |
| readonly int | _ParentOffset |
| readonly int | _EventListOffset |
Definition at line 5 of file EventMapTableReader.cs.