Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ operator BlobHandle()

static System.Reflection.Metadata.BlobHandle.operator BlobHandle ( Handle handle)
inlineexplicitstatic

Definition at line 57 of file BlobHandle.cs.

58 {
59 if ((handle.VType & 0x7F) != 113)
60 {
61 Throw.InvalidCast();
62 }
63 return new BlobHandle((uint)(((handle.VType & 0x80) << 24) | handle.Offset));
64 }

References System.Reflection.Metadata.BlobHandle.BlobHandle(), System.handle, and System.Reflection.Throw.InvalidCast().