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

◆ ReadAttributeValue()

override bool System.Xml.Linq.XNodeReader.ReadAttributeValue ( )
inline

Definition at line 853 of file XNodeReader.cs.

854 {
855 if (!IsInteractive)
856 {
857 return false;
858 }
859 if (_source is XAttribute a)
860 {
861 return ReadIntoAttribute(a);
862 }
863 return false;
864 }
bool ReadIntoAttribute(XAttribute a)

References System.Xml.Linq.XNodeReader._source, System.Xml.Dictionary, System.Xml.Linq.XNodeReader.IsInteractive, and System.Xml.Linq.XNodeReader.ReadIntoAttribute().