|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| AxisStack (ForwardAxis faxis, ActiveAxis parent) | |
Package Functions | |
| void | Push (int depth) |
| void | Pop () |
| void | MoveToParent (string name, string URN, int depth) |
| bool | MoveToChild (string name, string URN, int depth) |
| bool | MoveToAttribute (string name, string URN, int depth) |
Static Package Functions | |
| static bool | Equal (string thisname, string thisURN, string name, string URN) |
Properties | |
| ForwardAxis | Subtree [get] |
| int | Length [get] |
Private Attributes | |
| readonly ArrayList | _stack |
| readonly ForwardAxis | _subtree |
| readonly ActiveAxis | _parent |
Definition at line 5 of file AxisStack.cs.