|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| MethodSemanticsTableReader (int numberOfRows, bool declaredSorted, int methodTableRowRefSize, int hasSemanticRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| MethodDefinitionHandle | GetMethod (int rowId) |
| MethodSemanticsAttributes | GetSemantics (int rowId) |
| EntityHandle | GetAssociation (int rowId) |
| int | FindSemanticMethodsForEvent (EventDefinitionHandle eventDef, out ushort methodCount) |
| int | FindSemanticMethodsForProperty (PropertyDefinitionHandle propertyDef, out ushort methodCount) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Member Functions | |
| int | BinarySearchTag (uint searchCodedTag, ref ushort methodCount) |
| bool | CheckSorted () |
Private Attributes | |
| readonly bool | _IsMethodTableRowRefSizeSmall |
| readonly bool | _IsHasSemanticRefSizeSmall |
| readonly int | _SemanticsFlagOffset |
| readonly int | _MethodOffset |
| readonly int | _AssociationOffset |
Definition at line 5 of file MethodSemanticsTableReader.cs.