Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ImportScope.cs
Go to the documentation of this file.
2
3public readonly struct ImportScope
4{
5 private readonly MetadataReader _reader;
6
7 private readonly int _rowId;
8
10
12
14
16 {
17 _reader = reader;
18 _rowId = handle.RowId;
19 }
20
25}
static ImportScopeHandle FromRowId(int rowId)
ImportScope(MetadataReader reader, ImportScopeHandle handle)
readonly MetadataReader _reader
Definition ImportScope.cs:5
ImportDefinitionCollection GetImports()