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

◆ lastDepth

int System.Xml.Schema.SelectorActiveAxis.lastDepth
get

Definition at line 13 of file SelectorActiveAxis.cs.

14 {
15 get
16 {
17 if (_KSpointer != 0)
18 {
19 return ((KSStruct)_KSs[_KSpointer - 1]).depth;
20 }
21 return -1;
22 }
23 }

Referenced by System.Xml.Schema.SelectorActiveAxis.EndElement().