Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
SelectorActiveAxis (Asttree axisTree, ConstraintStruct cs) | |
override bool | EndElement (string localname, string URN) |
int | PushKS (int errline, int errcol) |
KeySequence | PopKS () |
bool | MoveToStartElement (string localname, string URN) |
bool | MoveToAttribute (string localname, string URN) |
Package Functions | |
void | Reactivate () |
Properties | |
int | lastDepth [get] |
int | CurrentDepth [get] |
Private Attributes | |
readonly ConstraintStruct | _cs |
readonly ArrayList | _KSs |
int | _KSpointer |
int | _currentDepth |
bool | _isActive |
readonly Asttree | _axisTree |
readonly ArrayList | _axisStack |
Definition at line 5 of file SelectorActiveAxis.cs.