Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Document.cs
Go to the documentation of this file.
2
3public readonly struct Document
4{
5 private readonly MetadataReader _reader;
6
7 private readonly int _rowId;
8
10
12
14
16
18
20 {
21 _reader = reader;
22 _rowId = handle.RowId;
23 }
24}
static DocumentHandle FromRowId(int rowId)
readonly MetadataReader _reader
Definition Document.cs:5
Document(MetadataReader reader, DocumentHandle handle)
Definition Document.cs:19
DocumentNameBlobHandle Name
Definition Document.cs:11