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

◆ HasChildren

override bool System.Xml.XPath.XNodeNavigator.HasChildren
get

Definition at line 56 of file XNodeNavigator.cs.

57 {
58 get
59 {
61 {
62 foreach (XNode item in xContainer.Nodes())
63 {
65 {
66 return true;
67 }
68 }
69 }
70 return false;
71 }
72 }
static bool IsContent(XContainer c, XNode n)