Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
LocalVariableTableReader (int numberOfRows, int stringHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
LocalVariableAttributes | GetAttributes (LocalVariableHandle handle) |
ushort | GetIndex (LocalVariableHandle handle) |
StringHandle | GetName (LocalVariableHandle handle) |
Package Attributes | |
readonly int | NumberOfRows |
readonly int | RowSize |
readonly MemoryBlock | Block |
Private Attributes | |
readonly bool | _isStringHeapRefSizeSmall |
readonly int | _attributesOffset |
readonly int | _indexOffset |
readonly int | _nameOffset |
Definition at line 5 of file LocalVariableTableReader.cs.