Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
InterfaceImplTableReader (int numberOfRows, bool declaredSorted, int typeDefTableRowRefSize, int typeDefOrRefRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
void | GetInterfaceImplRange (TypeDefinitionHandle typeDef, out int firstImplRowId, out int lastImplRowId) |
EntityHandle | GetInterface (int rowId) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Member Functions | |
bool | CheckSorted () |
Private Attributes | |
readonly bool | _IsTypeDefTableRowRefSizeSmall |
readonly bool | _IsTypeDefOrRefRefSizeSmall |
readonly int | _ClassOffset |
readonly int | _InterfaceOffset |
Definition at line 5 of file InterfaceImplTableReader.cs.