|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| PropertyTableReader (int numberOfRows, int stringHeapRefSize, int blobHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| PropertyAttributes | GetFlags (PropertyDefinitionHandle handle) |
| StringHandle | GetName (PropertyDefinitionHandle handle) |
| BlobHandle | GetSignature (PropertyDefinitionHandle handle) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Attributes | |
| readonly bool | _IsStringHeapRefSizeSmall |
| readonly bool | _IsBlobHeapRefSizeSmall |
| readonly int | _FlagsOffset |
| readonly int | _NameOffset |
| readonly int | _SignatureOffset |
Definition at line 5 of file PropertyTableReader.cs.