Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AncestorIterator.cs
Go to the documentation of this file.
3
5
7public struct AncestorIterator
8{
10
12
13 private bool _haveCurrent;
14
16
23
24 public bool MoveNext()
25 {
26 if (_haveCurrent)
27 {
28 _haveCurrent = false;
29 return true;
30 }
32 {
34 {
35 return true;
36 }
37 }
38 return false;
39 }
40}
bool IsFiltered(XPathNavigator navigator)
static XPathNavigator SyncToNavigator(XPathNavigator navigatorThis, XPathNavigator navigatorThat)
void Create(XPathNavigator context, XmlNavigatorFilter filter, bool orSelf)