Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
LocalConstant.cs
Go to the documentation of this file.
2
3public readonly struct LocalConstant
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}
LocalConstantTableReader LocalConstantTable
static LocalConstantHandle FromRowId(int rowId)
LocalConstant(MetadataReader reader, LocalConstantHandle handle)