Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ModuleReference.cs
Go to the documentation of this file.
2
3public readonly struct ModuleReference
4{
5 private readonly MetadataReader _reader;
6
7 private readonly int _rowId;
8
10
12
14 {
15 _reader = reader;
16 _rowId = handle.RowId;
17 }
18
23}
static ModuleReferenceHandle FromRowId(int rowId)
CustomAttributeHandleCollection GetCustomAttributes()
ModuleReference(MetadataReader reader, ModuleReferenceHandle handle)