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

◆ ReadName() [2/3]

void System.Xml.XmlBinaryReader.ReadName ( StringHandle handle)
inlineprivate

Definition at line 1150 of file XmlBinaryReader.cs.

1151 {
1152 int num = ReadMultiByteUInt31();
1153 int offset = base.BufferReader.ReadBytes(num);
1154 handle.SetValue(offset, num);
1155 }

References System.Xml.Dictionary, System.handle, System.offset, and System.Xml.XmlBinaryReader.ReadMultiByteUInt31().