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

◆ SetLineInfoOffsets()

void MS.Internal.Xml.Cache.XPathNode.SetLineInfoOffsets ( int lineNumOffset,
int linePosOffset )
inline

Definition at line 169 of file XPathNode.cs.

170 {
171 _props |= (uint)(lineNumOffset << 10);
172 _posOffset = (ushort)linePosOffset;
173 }

References MS.Internal.Xml.Cache.XPathNode._posOffset, and MS.Internal.Xml.Cache.XPathNode._props.