Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetRowNumber() [2/2]

static int System.Reflection.Metadata.Ecma335.MetadataTokens.GetRowNumber ( this MetadataReader reader,
EntityHandle handle )
inlinestatic

Definition at line 9 of file MetadataTokens.cs.

10 {
11 if (handle.IsVirtual)
12 {
13 return MapVirtualHandleRowId(reader, handle);
14 }
15 return handle.RowId;
16 }
static int MapVirtualHandleRowId(MetadataReader reader, Handle handle)

References System.handle, and System.Reflection.Metadata.Ecma335.MetadataTokens.MapVirtualHandleRowId().