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

◆ MoveToFirstChild()

override bool System.Xml.XPath.XNodeNavigator.MoveToFirstChild ( )
inline

Definition at line 353 of file XNodeNavigator.cs.

354 {
356 {
357 foreach (XNode item in xContainer.Nodes())
358 {
360 {
361 _source = item;
362 return true;
363 }
364 }
365 }
366 return false;
367 }
static bool IsContent(XContainer c, XNode n)

References System.Xml.XPath.XNodeNavigator._source, System.Xml.Dictionary, System.Xml.XPath.XNodeNavigator.IsContent(), and System.item.