|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| ModuleTableReader (int numberOfRows, int stringHeapRefSize, int guidHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| ushort | GetGeneration () |
| StringHandle | GetName () |
| GuidHandle | GetMvid () |
| GuidHandle | GetEncId () |
| GuidHandle | GetEncBaseId () |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Attributes | |
| readonly bool | _IsStringHeapRefSizeSmall |
| readonly bool | _IsGUIDHeapRefSizeSmall |
| readonly int | _GenerationOffset |
| readonly int | _NameOffset |
| readonly int | _MVIdOffset |
| readonly int | _EnCIdOffset |
| readonly int | _EnCBaseIdOffset |
Definition at line 5 of file ModuleTableReader.cs.