|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| ParamTableReader (int numberOfRows, int stringHeapRefSize, MemoryBlock containingBlock, int containingBlockOffset) | |
| ParameterAttributes | GetFlags (ParameterHandle handle) |
| ushort | GetSequence (ParameterHandle handle) |
| StringHandle | GetName (ParameterHandle handle) |
Package Attributes | |
| readonly int | NumberOfRows |
| readonly int | RowSize |
| readonly MemoryBlock | Block |
Private Attributes | |
| readonly bool | _IsStringHeapRefSizeSmall |
| readonly int | _FlagsOffset |
| readonly int | _SequenceOffset |
| readonly int | _NameOffset |
Definition at line 5 of file ParamTableReader.cs.