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

◆ GetRowNumber() [1/2]

static int System.Reflection.Metadata.Ecma335.MetadataTokens.GetRowNumber ( EntityHandle handle)
inlinestatic

Definition at line 68 of file MetadataTokens.cs.

69 {
70 if (!handle.IsVirtual)
71 {
72 return handle.RowId;
73 }
74 return -1;
75 }

References System.handle.