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

◆ GetUInt64()

ulong System.Xml.XmlBufferReader.GetUInt64 ( int offset)
inline

Definition at line 1050 of file XmlBufferReader.cs.

1051 {
1052 return (ulong)GetInt64(offset);
1053 }

References System.Xml.XmlBufferReader.GetInt64(), and System.offset.

Referenced by System.Xml.ValueHandle.GetUInt64().